New commits:
commit 337fc9a591e8a5257ebabc09b96184d0d2463790
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
commit 706a08fef38441bf561547e558c18ad5575d9fe6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
32/ia32/via/c3/samuel2: Remove specific -m flags
-march=<CPU> implies all the correct -m{sse,sse2,sse3,ssse3,etc}
Don't force -mfpmath=sse on ia32, let the user decide.
commit c141091e54380db8c2adff246101dcc09a3ff105
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
32/ia32/via/c3/ezra-t: Remove specific -m flags
-march=<CPU> implies all the correct -m{sse,sse2,sse3,ssse3,etc}
Don't force -mfpmath=sse on ia32, let the user decide.
diff --git a/32/ia32/via/c3/ezra b/32/ia32/via/c3/ezra
index 6198173..b3f752b 100755
--- a/32/ia32/via/c3/ezra
+++ b/32/ia32/via/c3/ezra
@@ -3,7 +3,7 @@ if use_gcc2; then
CFLAGS="-march=i586"
else
# Note: for gcc <3.3 then -march=i586
- CFLAGS="-march=i586 -m3dnow -mmx -pipe" # gcc at least 4.0.2 has c3 as 486,
ezra is 686 minus x86_cmove, so 586 is supported
+ CFLAGS="-march=i586 -m3dnow -mmx" # gcc at least 4.0.2 has c3 as 486, ezra
is 686 minus x86_cmove, so 586 is supported
# see http://www.courville.org/phpwiki/Gcc
fi
HOST="i586-pc-linux-gnu"
diff --git a/32/ia32/via/c3/ezra-t b/32/ia32/via/c3/ezra-t
index f63aeaa..07fbae2 100755
--- a/32/ia32/via/c3/ezra-t
+++ b/32/ia32/via/c3/ezra-t
@@ -3,7 +3,7 @@ if use_gcc2; then
CFLAGS="-march=i586"
else
# Note: for gcc <3.3 then -march=i586
- CFLAGS="-march=c3 -m3dnow -mmmx -pipe" # gcc at least 4.0.2 has c3 as 486,
ezra-t is 686 minus x86_cmove, so 586 is supported
+ CFLAGS="-march=c3" # gcc at least 4.0.2 has c3 as 486, ezra-t is 686 minus
x86_cmove, so 586 is supported
# see http://www.courville.org/phpwiki/Gcc
fi
HOST="i586-pc-linux-gnu"
diff --git a/32/ia32/via/c3/nehemiah b/32/ia32/via/c3/nehemiah
index 72e432d..c732d35 100755
--- a/32/ia32/via/c3/nehemiah
+++ b/32/ia32/via/c3/nehemiah
@@ -3,7 +3,7 @@ if use_gcc2; then
CFLAGS="-march=i686"
else
# Note: for gcc <3.3 then -march=i686, for gcc >3.3.2 then -march=c3-2
- CFLAGS="-march=c3-2 -pipe" # note no 3dnow support, sse instead
+ CFLAGS="-march=c3-2" # note no 3dnow support, sse instead
# see http://www.courville.org/phpwiki/Gcc
fi
HOST="i686-pc-linux-gnu"
diff --git a/32/ia32/via/c3/samuel2 b/32/ia32/via/c3/samuel2
index fb74878..4ebc4cc 100755
--- a/32/ia32/via/c3/samuel2
+++ b/32/ia32/via/c3/samuel2
@@ -3,7 +3,7 @@ if use_gcc2; then
CFLAGS="-march=i586"
else
# Note: for gcc <3.3 then -march=i586
- CFLAGS="-march=c3 -m3dnow -mmmx -pipe" # gcc at least 4.0.2 has c3 as 486,
samuel2 is 686 minus x86_cmove, so 586 is supported
+ CFLAGS="-march=c3" # gcc at least 4.0.2 has c3 as 486, samuel2 is 686 minus
x86_cmove, so 586 is supported
# see http://www.courville.org/phpwiki/Gcc
fi
HOST="i586-pc-linux-gnu"
[SM-Commit] GIT changes to master archspecs by Eric Sandall (337fc9a591e8a5257ebabc09b96184d0d2463790),
Eric Sandall, 04/13/2010