mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
* configure.ac: Remove support for building with Apple's gcc-3.1.
From-SVN: r120332
This commit is contained in:
@@ -3,4 +3,3 @@
|
||||
# compiles by 3-5%.
|
||||
|
||||
BOOT_CFLAGS=-g -O2 -mdynamic-no-pic
|
||||
|
||||
|
||||
16729
gcc/ChangeLog
16729
gcc/ChangeLog
File diff suppressed because it is too large
Load Diff
16726
gcc/ChangeLog-2006
Normal file
16726
gcc/ChangeLog-2006
Normal file
File diff suppressed because it is too large
Load Diff
7
gcc/configure
vendored
7
gcc/configure
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user