Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2007-01-02 10:58:22 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2007-01-02 10:58:22 +0300
commit52cf7618ce0466007055e78292122d7dbb7bf14a (patch)
tree2fe5af15e2be907ae463538b36321a84560b03ff /config/mh-ppc-darwin
parente734fdcae9056b490887566967abc5be72982e16 (diff)
2007-01-01 Mike Stump <mrs@apple.com>
* mh-ppc-darwin: Remove support for building with Apple's gcc-3.1.
Diffstat (limited to 'config/mh-ppc-darwin')
-rw-r--r--config/mh-ppc-darwin6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/mh-ppc-darwin b/config/mh-ppc-darwin
index 231415e54..ad43bca6c 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