]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Remove support for building with Apple's gcc-3.1.
authorMike Stump <mrs@apple.com>
Tue, 2 Jan 2007 03:35:17 +0000 (03:35 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 2 Jan 2007 03:35:17 +0000 (03:35 +0000)
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
config/mh-ppc-darwin
gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 88b688ca7fed1c61019ffae2d95a55e202bdd8f4..f61cff82e0be602a10920e152826cd612170cfed 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 231415e5401d3f52ad8fa9edeba72982f136be10..ad43bca6c0ac9fb8846081348b20977dd3c4473b 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 fad6cfb746c56e3ddc221f59ae7c01853bce0c7e..810f6e07b9d5943b61f4ad5052ce2f53d8099c9e 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 3aaf361cf40ea19576c83245fe738c48dcbf6462..62215f1f227403077d2e38a978d56239096087d8 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 a0832bf5125d9fe4e51aec5d25330b3528eca992..228666d62e139b04c56c1099fc060942ae20bf84 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)