diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-02 03:35:17 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-02 03:35:17 +0000 |
commit | 477e5b65037d30dbfc541fbbf7b508f8b3ceed8e (patch) | |
tree | 215707d929e9d9709bb48158da06f72aac0d53f0 /config | |
parent | 8ef3d190e91c016d268433ab18b8d661fe623189 (diff) | |
download | gcc-477e5b65037d30dbfc541fbbf7b508f8b3ceed8e.tar.gz |
gcc:
* configure.ac: Remove support for building with Apple's gcc-3.1.
config:
* mh-ppc-darwin: Remove support for building with Apple's gcc-3.1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120331 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/mh-ppc-darwin | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 88b688ca7fe..f61cff82e0b 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2007-01-01 Mike Stump <mrs@apple.com> + + * mh-ppc-darwin: Remove support for building with Apple's gcc-3.1. + 2006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr> * tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking 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 |