diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2006-12-19 11:28:35 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2006-12-19 11:28:35 +0000 |
commit | 400ebff4948b6c5dfdb5a637a7b2877dacd57a1c (patch) | |
tree | bedda5029db8807ea842949ae9533ebd70d6ca49 /config | |
parent | 8efea775498b72272831867e0ae0b5dbc9750ea8 (diff) | |
download | gcc-400ebff4948b6c5dfdb5a637a7b2877dacd57a1c.tar.gz |
configure.in: Remove "$build" case for powerpc-*-darwin* since it only affects bootstrap and...
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
Diffstat (limited to 'config')
-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 44fd620b66e..231415e5401 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 |