From e68ea32e9435ad3816d5acca3b45f9d3d7a9ae91 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 2 Jan 2007 03:35:17 +0000 Subject: 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 --- gcc/configure | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc/configure') 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 -- cgit v1.1