From: mrs Date: Tue, 2 Jan 2007 03:35:17 +0000 (+0000) Subject: gcc: X-Git-Tag: upstream/4.9.2~51336 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=477e5b65037d30dbfc541fbbf7b508f8b3ceed8e;p=platform%2Fupstream%2Flinaro-gcc.git 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 --- diff --git a/config/ChangeLog b/config/ChangeLog index 88b688c..f61cff8 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 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 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fad6cfb..810f6e0 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 3aaf361..62215f1 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 a0832bf5..228666d 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)