Skip to Content.
Sympa Menu

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

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 (bb2c85e517ee71b6ce602b0af6c72ab13d19fe39)
  • Date: Thu, 29 Nov 2007 12:40:18 -0600

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

devel/jam/HISTORY | 4 ++++
devel/jam/PRE_BUILD | 1 +
2 files changed, 5 insertions(+)

New commits:
commit bb2c85e517ee71b6ce602b0af6c72ab13d19fe39
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

jam: Fix compilation with gcc 4.2 (Bug #14145)

diff --git a/devel/jam/HISTORY b/devel/jam/HISTORY
index 2b44f95..f97291b 100644
--- a/devel/jam/HISTORY
+++ b/devel/jam/HISTORY
@@ -1,3 +1,7 @@
+2007-11-29 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Fix compilation with gcc 4.2 (Bug #14145)
+ See
http://maillist.perforce.com/pipermail/jamming/2007-May/002913.html
+
2007-01-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: added dependency on bison
* BUILD: added make_single before make to fix a compile error,
diff --git a/devel/jam/PRE_BUILD b/devel/jam/PRE_BUILD
index 01e5c77..43639b0 100755
--- a/devel/jam/PRE_BUILD
+++ b/devel/jam/PRE_BUILD
@@ -1,6 +1,7 @@
mk_source_dir $SOURCE_DIRECTORY &&
cd $SOURCE_DIRECTORY &&
unpack_file &&
+CFLAGS="-fno-strict-aliasing $CFLAGS" &&
sedit "s:CFLAGS =:CFLAGS = ${CFLAGS}:" Makefile &&
sedit "s:(CFLAGS):(CFLAGS) ${LDFLAGS}:" Makefile &&
sedit "s:CCFLAGS +=:CCFLAGS += ${CFLAGS}:g" Jamfile &&




Archive powered by MHonArc 2.6.24.

Top of Page