summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-19 11:28:35 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-19 11:28:35 +0000
commit1a606b87f15a52dbcd6f56d24b84113f741ecc78 (patch)
treebedda5029db8807ea842949ae9533ebd70d6ca49 /config
parent39f34cfccfcb073468ab03bf1ad69a63099495ed (diff)
downloadgcc-1a606b87f15a52dbcd6f56d24b84113f741ecc78.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120049 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r--config/mh-ppc-darwin5
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