config:
2008-02-20 Uros Bizjak <ubizjak@gmail.com> * mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =.
This commit is contained in:
parent
44464b0156
commit
1f71763a62
|
@ -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>
|
2008-02-20 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
PR bootstrap/32009
|
PR bootstrap/32009
|
||||||
* mh-ppc-darwin (BOOT_CFLAGS): Reenable.
|
* mh-ppc-darwin (BOOT_CFLAGS): Reenable.
|
||||||
|
|
||||||
2008-01-08 Jakub Jelinek <jakub@redhat.com>
|
2008-01-08 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
# position-independent-code -- the usual default on Darwin. This fix speeds
|
# position-independent-code -- the usual default on Darwin. This fix speeds
|
||||||
# compiles by 3-5%.
|
# compiles by 3-5%.
|
||||||
|
|
||||||
BOOT_CFLAGS=-g -O2 -mdynamic-no-pic
|
BOOT_CFLAGS += -mdynamic-no-pic
|
||||||
|
|
Loading…
Reference in New Issue