From: <dan...@us...> - 2009-08-15 13:21:47
|
Revision: 1355 http://cegcc.svn.sourceforge.net/cegcc/?rev=1355&view=rev Author: dannybackx Date: 2009-08-15 13:21:41 +0000 (Sat, 15 Aug 2009) Log Message: ----------- Disable building libssp, this avoids the build problem in gcc-4.4 Modified Paths: -------------- trunk/cegcc/src/scripts/ChangeLog trunk/cegcc/src/scripts/build-cegcc.sh Modified: trunk/cegcc/src/scripts/ChangeLog =================================================================== --- trunk/cegcc/src/scripts/ChangeLog 2009-08-08 13:45:13 UTC (rev 1354) +++ trunk/cegcc/src/scripts/ChangeLog 2009-08-15 13:21:41 UTC (rev 1355) @@ -1,3 +1,7 @@ +2009-08-15 Danny Backx <dan...@us...> + + * build-cegcc.sh : Disable building libssp. + 2009-06-03 Vincent Richomme <fo...@sm...> * build-{mingw32ce,cegcc,x86}.sh : Replace tail --lines=+$L2 by tail Modified: trunk/cegcc/src/scripts/build-cegcc.sh =================================================================== --- trunk/cegcc/src/scripts/build-cegcc.sh 2009-08-08 13:45:13 UTC (rev 1354) +++ trunk/cegcc/src/scripts/build-cegcc.sh 2009-08-15 13:21:41 UTC (rev 1355) @@ -306,7 +306,8 @@ --disable-interwork \ --without-newlib \ --enable-checking \ - --with-headers + --with-headers \ + --disable-libssp # we build libstdc++ as dll, so we don't need this. # --enable-fully-dynamic-string \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |