* config.in, configure: Regenerate.
[deliverable/binutils-gdb.git] / config / mh-ppc-darwin
CommitLineData
4a233bd8
DD
1# The -mdynamic-no-pic ensures that the compiler executable is built without
2# position-independent-code -- the usual default on Darwin. This fix speeds
3# compiles by 3-5%.
4
5BOOT_CFLAGS=-g -O2 -mdynamic-no-pic
6
8a0d8a5c
PB
7# The spiffy cpp-precomp chokes on some legitimate constructs in GCC
8# sources; use -no-cpp-precomp to get to GNU cpp.
9# Apple's GCC has bugs in designated initializer handling, so disable
10# that too.
11STAGE1_CFLAGS += -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0
This page took 0.08561 seconds and 4 git commands to generate.