summaryrefslogtreecommitdiffstats
path: root/gnu/gcc34
diff options
context:
space:
mode:
authorEric Sandall2009-05-01 14:59:48 -0700
committerEric Sandall2009-05-01 15:01:20 -0700
commit425ac8ba52eae6f6e415ab46714d326006a1e71c (patch)
treecc16e48064b6eacbc03d130512e695dedba135ce /gnu/gcc34
parenta1fcd64e32eaf769d44615ebad1ae6f25dbb5c7c (diff)
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
Diffstat (limited to 'gnu/gcc34')
-rwxr-xr-xgnu/gcc34/BUILD5
-rw-r--r--gnu/gcc34/HISTORY5
2 files changed, 10 insertions, 0 deletions
diff --git a/gnu/gcc34/BUILD b/gnu/gcc34/BUILD
index a92817efe5..22d3443cac 100755
--- a/gnu/gcc34/BUILD
+++ b/gnu/gcc34/BUILD
@@ -1,3 +1,8 @@
+# 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} &&
+
cd $SOURCE_DIRECTORY.bld &&
$SOURCE_DIRECTORY/configure \
--host=$HOST \
diff --git a/gnu/gcc34/HISTORY b/gnu/gcc34/HISTORY
index 35fda301bf..dfc9d32ea3 100644
--- a/gnu/gcc34/HISTORY
+++ b/gnu/gcc34/HISTORY
@@ -1,3 +1,8 @@
+2009-05-01 Eric Sandall <sandalle@sourcemage.org>
+ * BUILD: 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
+
2007-01-22 Thomas Orgis <sobukus@sourcemage.org>
* DEPENDS: ensure that compilers get cast after archspecs so that
they all use the same fresh setup