From e68ea32e9435ad3816d5acca3b45f9d3d7a9ae91 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 2 Jan 2007 03:35:17 +0000 Subject: [PATCH] configure.ac: Remove support for building with Apple's gcc-3.1. 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. From-SVN: r120331 --- config/ChangeLog | 4 ++++ config/mh-ppc-darwin | 6 ------ gcc/ChangeLog | 4 ++++ gcc/configure | 7 ------- gcc/configure.ac | 7 ------- 5 files changed, 8 insertions(+), 20 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 + + * mh-ppc-darwin: Remove support for building with Apple's gcc-3.1. + 2006-12-04 Eric Botcazou * 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 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fad6cfb746c..810f6e07b9d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-01-01 Mike Stump + + * configure.ac: Remove support for building with Apple's gcc-3.1. + 2007-01-02 Joseph Myers PR middle-end/30311 diff --git a/gcc/configure b/gcc/configure index 3aaf361cf40..62215f1f227 100755 --- a/gcc/configure +++ b/gcc/configure @@ -8837,13 +8837,6 @@ vax-*-*) stage1_cflags="-J" fi ;; -powerpc*-*-darwin*) - # 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" - ;; esac diff --git a/gcc/configure.ac b/gcc/configure.ac index a0832bf5125..228666d62e1 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -983,13 +983,6 @@ vax-*-*) stage1_cflags="-J" fi ;; -powerpc*-*-darwin*) - # 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" - ;; esac AC_SUBST(stage1_cflags)