[SM-Commit] GIT changes to master grimoire by Eric Sandall (795746afb3b5193e930ed8bf250abc62b4a83343)

Eric Sandall scm at sourcemage.org
Fri May 1 18:01:23 EDT 2009


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 gnu/gcc34/BUILD   |    7 +++++++
 gnu/gcc34/HISTORY |    6 ++++++
 2 files changed, 13 insertions(+)

New commits:
commit 795746afb3b5193e930ed8bf250abc62b4a83343
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    gcc34: Doesn't know -mssse3 either (Rest of Bug #15204)

commit 425ac8ba52eae6f6e415ab46714d326006a1e71c
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    gcc34: Doesn't know core2, replace with nocona (Bug #15204)
    See
    http://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/i386-and-x86_002d64-Options.html

diff --git a/gnu/gcc34/BUILD b/gnu/gcc34/BUILD
index a92817e..684f383 100755
--- a/gnu/gcc34/BUILD
+++ b/gnu/gcc34/BUILD
@@ -1,3 +1,10 @@
+# Doesn't know core2, replace with nocona, nor does it no -mssse3, remove it
+# See http://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/i386-and-x86_002d64-Options.html
+CFLAGS=${CFLAGS/core2/nocona}    &&
+CXXFLAGS=${CFLAGS/core2/nocona}  &&
+CFLAGS=${CFLAGS/-mssse3/}        &&
+CXXFLAGS=${CXXFLAGS/-mssse3/}    &&
+
 cd $SOURCE_DIRECTORY.bld                                  &&
 $SOURCE_DIRECTORY/configure                               \
              --host=$HOST                                 \
diff --git a/gnu/gcc34/HISTORY b/gnu/gcc34/HISTORY
index 35fda30..493caa7 100644
--- a/gnu/gcc34/HISTORY
+++ b/gnu/gcc34/HISTORY
@@ -1,3 +1,9 @@
+2009-05-01 Eric Sandall <sandalle at sourcemage.org>
+	* BUILD: Doesn't know core2, replace with nocona (Bug #15204)
+	  Doesn't know -mssse3 either (Rest of Bug #15204)
+	  See
+	  http://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/i386-and-x86_002d64-Options.html
+
 2007-01-22 Thomas Orgis <sobukus at sourcemage.org>
 	* DEPENDS: ensure that compilers get cast after archspecs so that
 	  they all use the same fresh setup



More information about the SM-Commit mailing list