From: Paolo Bonzini Date: Tue, 2 Jan 2007 07:58:22 +0000 (+0000) Subject: 2007-01-01 Mike Stump X-Git-Tag: drow-reverse-20070409-branchpoint~948 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e661586e7c2a8f4c00350a509ddcd286c0cbc98a;p=external%2Fbinutils.git 2007-01-01 Mike Stump * mh-ppc-darwin: Remove support for building with Apple's gcc-3.1. --- diff --git a/config/ChangeLog b/config/ChangeLog index 2157d55..f61cff8 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,6 +1,6 @@ -2006-12-29 Paolo Bonzini +2007-01-01 Mike Stump - * acx.m4: Sync with gcc. + * mh-ppc-darwin: Remove support for building with Apple's gcc-3.1. 2006-12-04 Eric Botcazou 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