Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master archspecs by Jaka Kranjc (49ffc7c0573ceecb8a2638900e5414f536877103)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master archspecs by Jaka Kranjc (49ffc7c0573ceecb8a2638900e5414f536877103)
  • Date: Tue, 7 Nov 2006 07:09:12 -0600

GIT changes to master archspecs by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

32/ia32/amd/k8/k8_32 | 2 +-
32/ia32/amd/k8/k8_32_minimal | 2 +-
32/ia32/generic/x86_64/x86_32 | 2 +-
32/ia32/generic/x86_64/x86_32_minimal | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 49ffc7c0573ceecb8a2638900e5414f536877103
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

fixed #10476 - misleading/incomplete arch descriptions

diff --git a/32/ia32/amd/k8/k8_32 b/32/ia32/amd/k8/k8_32
index 86675ef..5445949 100755
--- a/32/ia32/amd/k8/k8_32
+++ b/32/ia32/amd/k8/k8_32
@@ -1,4 +1,4 @@
-CPUNAME="AMD Athlon 64, Athlon 64 FX and Opteron"
+CPUNAME="AMD Athlon 64, Athlon 64 FX and Opteron (32-bit mode)"
if use_gcc 3.3. ; then
CFLAGS="-march=athlon-xp -mmmx -mfpmath=sse -msse -msse2 -m3dnow -m32"
elif use_gcc2 ; then
diff --git a/32/ia32/amd/k8/k8_32_minimal b/32/ia32/amd/k8/k8_32_minimal
index c1c31fd..5c36ca3 100755
--- a/32/ia32/amd/k8/k8_32_minimal
+++ b/32/ia32/amd/k8/k8_32_minimal
@@ -1,4 +1,4 @@
-CPUNAME="AMD Athlon 64, Athlon 64 FX and Opteron (minimal optimizations)"
+CPUNAME="AMD Athlon 64, Athlon 64 FX and Opteron (minimal optimizations;
32-bit mode)"
if use_gcc 3.3. ; then
CFLAGS="-march=athlon-xp -m32"
elif use_gcc2 ; then
diff --git a/32/ia32/generic/x86_64/x86_32 b/32/ia32/generic/x86_64/x86_32
index 70fccb7..a2bacb3 100755
--- a/32/ia32/generic/x86_64/x86_32
+++ b/32/ia32/generic/x86_64/x86_32
@@ -1,4 +1,4 @@
-CPUNAME="x86-64, Athlon 64 FX, Opteron and Intel EM64T"
+CPUNAME="x86-64, Athlon 64 FX, Opteron and Intel EM64T (32-bit mode)"
if use_gcc 3.3. ; then
CFLAGS="-march=i686 -mmmx -mfpmath=sse -msse -msse2 -m3dnow -m32"
elif use_gcc2 ; then
diff --git a/32/ia32/generic/x86_64/x86_32_minimal
b/32/ia32/generic/x86_64/x86_32_minimal
index f164be1..9355906 100755
--- a/32/ia32/generic/x86_64/x86_32_minimal
+++ b/32/ia32/generic/x86_64/x86_32_minimal
@@ -1,4 +1,4 @@
-CPUNAME="x86-64, Athlon 64 FX, Opteron and Intel EM64T (minimal
optimizations)"
+CPUNAME="x86-64, Athlon 64 FX, Opteron and Intel EM64T (minimal
optimizations; 32-bit mode)"
if use_gcc 3.3. ; then
CFLAGS="-march=i686 -m32"
elif use_gcc2 ; then



  • [SM-Commit] GIT changes to master archspecs by Jaka Kranjc (49ffc7c0573ceecb8a2638900e5414f536877103), Jaka Kranjc, 11/07/2006

Archive powered by MHonArc 2.6.24.

Top of Page