* config.in, configure: Regenerate.
[deliverable/binutils-gdb.git] / config / mh-ppc-darwin
index 44fd620b66e2a4e459debbe077368b9915b2f52b..231415e5401d3f52ad8fa9edeba72982f136be10 100644 (file)
@@ -4,3 +4,8 @@
 
 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
This page took 0.023209 seconds and 4 git commands to generate.