2008-02-20  Uros Bizjak  <ubizjak@gmail.com>

	* mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =.
This commit is contained in:
Paolo Bonzini 2008-02-20 16:28:09 +00:00
parent 44464b0156
commit 1f71763a62
2 changed files with 7 additions and 3 deletions

View 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>

View 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