OSDN Git Service

config:
authorbonzini <bonzini>
Wed, 20 Feb 2008 16:28:09 +0000 (16:28 +0000)
committerbonzini <bonzini>
Wed, 20 Feb 2008 16:28:09 +0000 (16:28 +0000)
2008-02-20  Uros Bizjak  <ubizjak@gmail.com>

* mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =.

config/ChangeLog
config/mh-ppc-darwin

index d6cc1b5..4ef6a03 100644 (file)
@@ -1,7 +1,11 @@
+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
-        * mh-ppc-darwin (BOOT_CFLAGS): Reenable.
+       PR bootstrap/32009
+       * mh-ppc-darwin (BOOT_CFLAGS): Reenable.
                
 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
 
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