diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2007-01-02 07:58:22 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2007-01-02 07:58:22 +0000 |
commit | dac9bbdabac158420e8a9d1889511792dfadf03a (patch) | |
tree | 12908f8c168077910c02d471648101102cdb59b5 /config | |
parent | f559f9ea137027ac57845707544b21286a252ac7 (diff) | |
download | gdb-dac9bbdabac158420e8a9d1889511792dfadf03a.tar.gz |
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')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/mh-ppc-darwin | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 2157d55be37..f61cff82e0b 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,6 +1,6 @@ -2006-12-29 Paolo Bonzini <bonzini@gnu.org> +2007-01-01 Mike Stump <mrs@apple.com> - * acx.m4: Sync with gcc. + * mh-ppc-darwin: Remove support for building with Apple's gcc-3.1. 2006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr> diff --git a/config/mh-ppc-darwin b/config/mh-ppc-darwin index 231415e5401..ad43bca6c0a 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 |