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