400ebff494
2006-12-19 Paolo Bonzini <bonzini@gnu.org> * configure.in: Remove "$build" case for powerpc-*-darwin* since it only affects bootstrap and could be tested on "$host" as well. * configure: Regenerate. * config/mh-ppc-darwin: Add to the stage1 cflags here. From-SVN: r120049
12 lines
478 B
Plaintext
12 lines
478 B
Plaintext
# The -mdynamic-no-pic ensures that the compiler executable is built without
|
|
# position-independent-code -- the usual default on Darwin. This fix speeds
|
|
# compiles by 3-5%.
|
|
|
|
BOOT_CFLAGS=-g -O2 -mdynamic-no-pic
|
|
|
|
# The spiffy cpp-precomp chokes on some legitimate constructs in GCC
|
|
# sources; use -no-cpp-precomp to get to GNU cpp.
|
|
# Apple's GCC has bugs in designated initializer handling, so disable
|
|
# that too.
|
|
STAGE1_CFLAGS += -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0
|