From 65ab38d883958db01c6d0743ccb27cf92b3460de Mon Sep 17 00:00:00 2001 From: dannybackx Date: Sat, 15 Aug 2009 13:21:41 +0000 Subject: [PATCH] Disable building libssp, this avoids the build problem in gcc-4.4 git-svn-id: svn://svn.code.sf.net/p/cegcc/code/trunk@1355 d7810a3d-100a-0410-8641-c3624a9c11f1 --- cegcc/src/scripts/ChangeLog | 4 ++++ cegcc/src/scripts/build-cegcc.sh | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cegcc/src/scripts/ChangeLog b/cegcc/src/scripts/ChangeLog index 3764eec6f..26e596153 100644 --- a/cegcc/src/scripts/ChangeLog +++ b/cegcc/src/scripts/ChangeLog @@ -1,3 +1,7 @@ +2009-08-15 Danny Backx + + * build-cegcc.sh : Disable building libssp. + 2009-06-03 Vincent Richomme * build-{mingw32ce,cegcc,x86}.sh : Replace tail --lines=+$L2 by tail diff --git a/cegcc/src/scripts/build-cegcc.sh b/cegcc/src/scripts/build-cegcc.sh index 2bbf4c3f7..19daa3a0a 100755 --- a/cegcc/src/scripts/build-cegcc.sh +++ b/cegcc/src/scripts/build-cegcc.sh @@ -306,7 +306,8 @@ build_gcc() --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 \ -- 2.11.4.GIT