From: Mike Stump Date: Tue, 2 Jan 2007 03:35:17 +0000 (+0000) Subject: configure.ac: Remove support for building with Apple's gcc-3.1. X-Git-Tag: releases/gcc-4.3.0~7764 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e68ea32e9435ad3816d5acca3b45f9d3d7a9ae91;p=thirdparty%2Fgcc.git 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 --- diff --git a/config/ChangeLog b/config/ChangeLog index 88b688ca7fed..f61cff82e0be 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 231415e5401d..ad43bca6c0ac 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 fad6cfb746c5..810f6e07b9d5 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 3aaf361cf40e..62215f1f2274 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 a0832bf5125d..228666d62e13 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)