head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2009.03.27.09.36.42; author rse; state Exp; branches; next 1.2; commitid i5b4cG0GvkQAzEHt; 1.2 date 2008.08.06.07.44.06; author rse; state Exp; branches; next 1.1; commitid eVjFRzDBE0EirHdt; 1.1 date 2007.06.19.09.09.33; author rse; state Exp; branches; next ; commitid dXNEJ0TjKk5Gdvms; desc @@ 1.3 log @modifying package: jam-2.5 20080806 -> 20090327 @ text @Index: boost-jam-3.1.17/build.jam --- boost-jam-3.1.17/build.jam.orig 2007-12-03 04:27:54 +0100 +++ boost-jam-3.1.17/build.jam 2008-08-06 09:39:12 +0200 @@@@ -176,7 +176,7 @@@@ ## GCC 2.x, 3.x, 4.x toolset gcc gcc : "-o " : -D : -pedantic -fno-strict-aliasing - [ opt --release : [ opt --symbols : -g : -s ] -O3 ] + [ opt --release : [ opt --symbols : -g : -s ] -O0 ] [ opt --debug : -g -O0 -fno-inline ] -I$(--python-include) -I$(--extra-include) -Wno-long-long : -L$(--python-lib[1]) -l$(--python-lib[2]) ; Index: boost-jam-3.1.17/build.sh --- boost-jam-3.1.17/build.sh.orig 2007-12-03 04:27:54 +0100 +++ boost-jam-3.1.17/build.sh 2008-08-06 09:38:28 +0200 @@@@ -129,7 +129,7 @@@@ ;; gcc) - BOOST_JAM_CC=gcc + BOOST_JAM_CC="gcc -O0" ;; darwin) @ 1.2 log @modifying package: jam-2.5 20080404 -> 20080806 @ text @d1 3 a3 3 Index: boost-jam-3.1.16/build.jam --- boost-jam-3.1.16/build.jam.orig 2007-12-03 04:27:54 +0100 +++ boost-jam-3.1.16/build.jam 2008-08-06 09:39:12 +0200 d13 3 a15 3 Index: boost-jam-3.1.16/build.sh --- boost-jam-3.1.16/build.sh.orig 2007-12-03 04:27:54 +0100 +++ boost-jam-3.1.16/build.sh 2008-08-06 09:38:28 +0200 @ 1.1 log @add Boost Jam (bjam) to this package, too @ text @d1 16 a16 4 Index: boost-build/jam_src/build.sh --- boost-build/jam_src/build.sh.orig 2006-02-03 17:57:42 +0100 +++ boost-build/jam_src/build.sh 2007-06-17 13:54:31 +0200 @@@@ -127,7 +127,7 @@@@ a24 13 Index: boost-build/jam_src/build.jam --- boost-build/jam_src/build.jam.orig 2007-06-17 14:07:34 +0200 +++ boost-build/jam_src/build.jam 2007-06-17 14:08:21 +0200 @@@@ -153,7 +153,7 @@@@ ## GCC 2.x, 3.x, 4.x toolset gcc gcc : "-o " : -D : -pedantic - [ opt --release : [ opt --symbols : -g : -s ] -O3 ] + [ opt --release : [ opt --symbols : -g : -s ] -O0 ] [ opt --debug : -g -O0 -fno-inline ] -I$(--python-include) -Wno-long-long : -L$(--python-lib[1]) -l$(--python-lib[2]) ; @