diff options
author | Mike Stump <mrs@apple.com> | 2007-01-02 03:35:17 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2007-01-02 03:35:17 +0000 |
commit | e68ea32e9435ad3816d5acca3b45f9d3d7a9ae91 (patch) | |
tree | 215707d929e9d9709bb48158da06f72aac0d53f0 /gcc/configure | |
parent | a446b4e815275c0ba3ea5e2119b0084284777ac7 (diff) | |
download | gcc-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
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 7 |
1 files changed, 0 insertions, 7 deletions
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 |