From: Stan Shebs Date: Wed, 24 Oct 2001 03:43:02 +0000 (+0000) Subject: x-darwin: Use -no-cpp-precomp instead of -traditional-cpp in first-stage compilation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b000e64f5252166dbed91ce6c292eb74f7062f36;p=gcc.git x-darwin: Use -no-cpp-precomp instead of -traditional-cpp in first-stage compilation. * config/rs6000/x-darwin: Use -no-cpp-precomp instead of -traditional-cpp in first-stage compilation. From-SVN: r46457 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 070f82234db..e58637f965b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-10-23 Stan Shebs + + * config/rs6000/x-darwin: Use -no-cpp-precomp instead of + -traditional-cpp in first-stage compilation. + Tue Oct 23 21:45:40 2001 Richard Kenner * gensupport.c (target_flags): Add. diff --git a/gcc/config/rs6000/x-darwin b/gcc/config/rs6000/x-darwin index f2b8c94b24a..0f2b6363ad4 100644 --- a/gcc/config/rs6000/x-darwin +++ b/gcc/config/rs6000/x-darwin @@ -1,5 +1,5 @@ # The spiffy cpp-precomp chokes on some legitimate constructs in GCC -# sources; use -traditional-cpp to get to GNU cpp. (This is another +# sources; use -no-cpp-precomp to get to GNU cpp. (This is another # peculiarity of Apple's GCC that we hope to get rid of.) -CC = cc -traditional-cpp +CC = cc -no-cpp-precomp