[SM-Commit] GIT changes to master archspecs by Eric Sandall (5d82a4bfe3251fbc50cc341419c1b755dfd18b3f)
Eric Sandall
scm at sourcemage.org
Tue Apr 13 02:56:38 EDT 2010
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 5d82a4bfe3251fbc50cc341419c1b755dfd18b3f
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>
Move native-x86_64-{32,64} under generic/x86_64
diff --git a/32/ia32/generic/x86_64/native-x86_64-32 b/32/ia32/generic/x86_64/native-x86_64-32
new file mode 100755
index 0000000..3964c2c
--- /dev/null
+++ b/32/ia32/generic/x86_64/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"
+
diff --git a/32/ia32/native-x86_64-32 b/32/ia32/native-x86_64-32
deleted file mode 100755
index 3964c2c..0000000
--- a/32/ia32/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"
-
More information about the SM-Commit
mailing list