* mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Feb 2008 15:31:19 +0000 (15:31 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Feb 2008 15:31:19 +0000 (15:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132483 138bc75d-0d04-0410-961f-82ee72b054a4

config/ChangeLog
config/mh-ppc-darwin

index 4cf0ccc..4ef6a03 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       * mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =.
+
 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
 
        PR bootstrap/32009
index ad43bca..66f68b6 100644 (file)
@@ -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