diff options
Diffstat (limited to 'config/mh-ppc-darwin')
-rw-r--r-- | config/mh-ppc-darwin | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/mh-ppc-darwin b/config/mh-ppc-darwin index 44fd620..231415e 100644 --- a/config/mh-ppc-darwin +++ b/config/mh-ppc-darwin @@ -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 |