Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master archspecs by Vlad Glagolev (9c298bd0986224d75e9cb48c1734b632ebc1a3b6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master archspecs by Vlad Glagolev (9c298bd0986224d75e9cb48c1734b632ebc1a3b6)
  • Date: Sun, 25 Mar 2012 07:09:54 -0500

GIT changes to master archspecs by Vlad Glagolev <stealth AT sourcemage.org>:

32/ia32/intel/x86/atom | 4 ++--
64/x86_64/intel/em64t/atom | 12 ------------
64/x86_64/intel/em64t/atom_64 | 12 ++++++++++++
3 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 9c298bd0986224d75e9cb48c1734b632ebc1a3b6
Author: Ismael Luceno <ismael.luceno AT gmail.com>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Fix Atom specs clash

Signed-off-by: Ismael Luceno <ismael.luceno AT gmail.com>
Signed-off-by: Vlad Glagolev <stealth AT sourcemage.org>

diff --git a/32/ia32/intel/x86/atom b/32/ia32/intel/x86/atom
index 86f6e26..054a669 100755
--- a/32/ia32/intel/x86/atom
+++ b/32/ia32/intel/x86/atom
@@ -1,8 +1,8 @@
-CPUNAME="Intel Atom"
+CPUNAME="Intel Atom, 32bit mode"
if use_gcc2; then
CFLAGS="-march=i686"
else
- CFLAGS="-march=atom"
+ CFLAGS="-march=atom -m32"
fi
HOST="i686-pc-linux-gnu"
FAST="-O3"
diff --git a/64/x86_64/intel/em64t/atom b/64/x86_64/intel/em64t/atom
deleted file mode 100755
index d53e16b..0000000
--- a/64/x86_64/intel/em64t/atom
+++ /dev/null
@@ -1,12 +0,0 @@
-CPUNAME="Intel Atom 64bit (all except Z5xx, Z6xx and N2xx)"
-
-if use_gcc2 ; then
- CFLAGS="-march=i686"
-else
- CFLAGS="-march=atom -fPIC -DPIC"
-fi
-
-HOST="x86_64-pc-linux-gnu"
-FAST="-O3"
-SMALL="-Os"
-
diff --git a/64/x86_64/intel/em64t/atom_64 b/64/x86_64/intel/em64t/atom_64
new file mode 100755
index 0000000..247fc4a
--- /dev/null
+++ b/64/x86_64/intel/em64t/atom_64
@@ -0,0 +1,12 @@
+CPUNAME="Intel Atom 64bit (all except Z5xx, Z6xx and N2xx)"
+
+if use_gcc2 ; then
+ CFLAGS="-march=i686"
+else
+ CFLAGS="-march=atom -m64 -fPIC -DPIC"
+fi
+
+HOST="x86_64-pc-linux-gnu"
+FAST="-O3"
+SMALL="-Os"
+



  • [SM-Commit] GIT changes to master archspecs by Vlad Glagolev (9c298bd0986224d75e9cb48c1734b632ebc1a3b6), Vlad Glagolev, 03/25/2012

Archive powered by MHonArc 2.6.24.

Top of Page