gcc:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jan 2007 03:35:17 +0000 (03:35 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jan 2007 03:35:17 +0000 (03:35 +0000)
* 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

config/ChangeLog
config/mh-ppc-darwin
gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 88b688c..f61cff8 100644 (file)
@@ -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
index 231415e..ad43bca 100644 (file)
@@ -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
index fad6cfb..810f6e0 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-01  Mike Stump  <mrs@apple.com>
+
+       * configure.ac: Remove support for building with Apple's gcc-3.1.
+
 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
 
        PR middle-end/30311
index 3aaf361..62215f1 100755 (executable)
@@ -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
 
 
index a0832bf..228666d 100644 (file)
@@ -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)