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 | e661586e7c2a8f4c00350a509ddcd286c0cbc98a (patch) | |
tree | 53b1175f46823d47b09c010a26c3c5d0fee36795 /config/mh-ppc-darwin | |
parent | 799133e8cd4a2a85e40b64ceaadc571c432e7771 (diff) | |
download | gdb-e661586e7c2a8f4c00350a509ddcd286c0cbc98a.zip gdb-e661586e7c2a8f4c00350a509ddcd286c0cbc98a.tar.gz gdb-e661586e7c2a8f4c00350a509ddcd286c0cbc98a.tar.bz2 |
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-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 |