aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2007-01-02 03:35:17 +0000
committerMike Stump <mrs@gcc.gnu.org>2007-01-02 03:35:17 +0000
commite68ea32e9435ad3816d5acca3b45f9d3d7a9ae91 (patch)
tree215707d929e9d9709bb48158da06f72aac0d53f0
parenta446b4e815275c0ba3ea5e2119b0084284777ac7 (diff)
downloadgcc-e68ea32e9435ad3816d5acca3b45f9d3d7a9ae91.zip
gcc-e68ea32e9435ad3816d5acca3b45f9d3d7a9ae91.tar.gz
gcc-e68ea32e9435ad3816d5acca3b45f9d3d7a9ae91.tar.bz2
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
-rw-r--r--config/ChangeLog4
-rw-r--r--config/mh-ppc-darwin6
-rw-r--r--gcc/ChangeLog4
-rwxr-xr-xgcc/configure7
-rw-r--r--gcc/configure.ac7
5 files changed, 8 insertions, 20 deletions
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 <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
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 <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
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)