From: Uros Bizjak Date: Wed, 20 Feb 2008 15:31:19 +0000 (+0100) Subject: * mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =. X-Git-Tag: releases/gcc-4.4.0~6394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99c05392be32119390de08703da62079ee5eac2;p=thirdparty%2Fgcc.git * mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =. From-SVN: r132483 --- diff --git a/config/ChangeLog b/config/ChangeLog index 4cf0ccc01569..4ef6a0362290 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2008-02-20 Uros Bizjak + + * mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =. + 2008-02-20 Paolo Bonzini PR bootstrap/32009 diff --git a/config/mh-ppc-darwin b/config/mh-ppc-darwin index ad43bca6c0ac..66f68b664a95 100644 --- a/config/mh-ppc-darwin +++ b/config/mh-ppc-darwin @@ -2,4 +2,4 @@ # position-independent-code -- the usual default on Darwin. This fix speeds # compiles by 3-5%. -BOOT_CFLAGS=-g -O2 -mdynamic-no-pic +BOOT_CFLAGS += -mdynamic-no-pic