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