Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master archspecs by Eric Sandall (0e9a72aa498ecd3ccff625012d4290848c41abec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master archspecs by Eric Sandall (0e9a72aa498ecd3ccff625012d4290848c41abec)
  • Date: Tue, 13 Apr 2010 02:11:31 -0500

GIT changes to master archspecs by Eric Sandall <sandalle AT sourcemage.org>:

32/ia32/generic/x86_64/native-x86_64-32 | 16 ----------------
32/ia32/native-x86_64-32 | 16 ++++++++++++++++
2 files changed, 16 insertions(+), 16 deletions(-)

New commits:
commit 0e9a72aa498ecd3ccff625012d4290848c41abec
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "Move native-x86_64-{32,64} under generic/x86_64"

This reverts commit 5d82a4bfe3251fbc50cc341419c1b755dfd18b3f.

On second thought...the name is generic, but the compiled binaries will
certainly not be generic. Move back out of generic/x86_64.

Also, forgot to commit native-x86_64-64. :)

diff --git a/32/ia32/generic/x86_64/native-x86_64-32
b/32/ia32/generic/x86_64/native-x86_64-32
deleted file mode 100755
index 3964c2c..0000000
--- a/32/ia32/generic/x86_64/native-x86_64-32
+++ /dev/null
@@ -1,16 +0,0 @@
-CPUNAME="Auto-detected x86/x86_64 architecture 32-bit mode"
-
-if use_gcc 3.3. || use_gcc 3.4. || use_gcc 4.0. || use_gcc 4.1. ; then
- CFLAGS="-march=i486 -m32"
- HOST="i486-pc-linux-gnu"
-elif use_gcc2 ; then
- CFLAGS="-march=i486"
- HOST="i486-pc-linux-gnu"
-else
- CFLAGS="-march=native -mtune=native -m32"
- HOST="i686-pc-linux-gnu"
-fi
-
-FAST="-O3"
-SMALL="-Os"
-
diff --git a/32/ia32/native-x86_64-32 b/32/ia32/native-x86_64-32
new file mode 100755
index 0000000..3964c2c
--- /dev/null
+++ b/32/ia32/native-x86_64-32
@@ -0,0 +1,16 @@
+CPUNAME="Auto-detected x86/x86_64 architecture 32-bit mode"
+
+if use_gcc 3.3. || use_gcc 3.4. || use_gcc 4.0. || use_gcc 4.1. ; then
+ CFLAGS="-march=i486 -m32"
+ HOST="i486-pc-linux-gnu"
+elif use_gcc2 ; then
+ CFLAGS="-march=i486"
+ HOST="i486-pc-linux-gnu"
+else
+ CFLAGS="-march=native -mtune=native -m32"
+ HOST="i686-pc-linux-gnu"
+fi
+
+FAST="-O3"
+SMALL="-Os"
+



  • [SM-Commit] GIT changes to master archspecs by Eric Sandall (0e9a72aa498ecd3ccff625012d4290848c41abec), Eric Sandall, 04/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page