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

Vlad Glagolev scm at sourcemage.org
Sun Mar 25 08:09:54 EDT 2012


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"
+


More information about the SM-Commit mailing list