aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-12-19 11:28:35 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2006-12-19 11:28:35 +0000
commit400ebff4948b6c5dfdb5a637a7b2877dacd57a1c (patch)
treebedda5029db8807ea842949ae9533ebd70d6ca49 /configure.in
parent8efea775498b72272831867e0ae0b5dbc9750ea8 (diff)
downloadgcc-400ebff4948b6c5dfdb5a637a7b2877dacd57a1c.zip
gcc-400ebff4948b6c5dfdb5a637a7b2877dacd57a1c.tar.gz
gcc-400ebff4948b6c5dfdb5a637a7b2877dacd57a1c.tar.bz2
configure.in: Remove "$build" case for powerpc-*-darwin* since it only affects bootstrap and...
2006-12-19 Paolo Bonzini <bonzini@gnu.org> * configure.in: Remove "$build" case for powerpc-*-darwin* since it only affects bootstrap and could be tested on "$host" as well. * configure: Regenerate. * config/mh-ppc-darwin: Add to the stage1 cflags here. From-SVN: r120049
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 9400c51..fb1ef6d 100644
--- a/configure.in
+++ b/configure.in
@@ -2403,13 +2403,6 @@ case $build in
yes) stage1_cflags="-g -Wa,-J" ;;
*) stage1_cflags="-g -J" ;;
esac ;;
- 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="-g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0"
- ;;
esac
# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.