diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rwxr-xr-x | gcc/configure | 7 | ||||
-rw-r--r-- | gcc/configure.ac | 7 |
3 files changed, 4 insertions, 14 deletions
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) |