From 400ebff4948b6c5dfdb5a637a7b2877dacd57a1c Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 19 Dec 2006 11:28:35 +0000 Subject: configure.in: Remove "$build" case for powerpc-*-darwin* since it only affects bootstrap and... 2006-12-19 Paolo Bonzini * 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 --- configure.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configure.in') 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. -- cgit v1.1