Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (795746afb3b5193e930ed8bf250abc62b4a83343)
  • Date: Fri, 1 May 2009 17:01:23 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (795746afb3b5193e930ed8bf250abc62b4a83343), Eric Sandall, 05/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page