Commit a99c0539 by Uros Bizjak Committed by Uros Bizjak

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

From-SVN: r132483
parent 4b40b2a5
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
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment