Skip to Content.
Sympa Menu

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

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 (5d82a4bfe3251fbc50cc341419c1b755dfd18b3f)
  • Date: Tue, 13 Apr 2010 01:56:38 -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 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"
-



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

Archive powered by MHonArc 2.6.24.

Top of Page