]> gcc.gnu.org Git - gcc.git/commitdiff
x-darwin: Use -no-cpp-precomp instead of -traditional-cpp in first-stage compilation.
authorStan Shebs <shebs@apple.com>
Wed, 24 Oct 2001 03:43:02 +0000 (03:43 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Wed, 24 Oct 2001 03:43:02 +0000 (03:43 +0000)
        * config/rs6000/x-darwin: Use -no-cpp-precomp instead of
        -traditional-cpp in first-stage compilation.

From-SVN: r46457

gcc/ChangeLog
gcc/config/rs6000/x-darwin

index 070f82234db104728640ef2675253fd23f0c877a..e58637f965b6e7417ebb561e4935cd0fbd12a970 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-23  Stan Shebs  <shebs@apple.com>
+
+       * 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  <kenner@vlsi1.ultra.nyu.edu>
 
        * gensupport.c (target_flags): Add.
index f2b8c94b24a4971f074a5607371f4a54b5ce32a6..0f2b6363ad428463d7ef04841aff1abd6b9b5953 100644 (file)
@@ -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
This page took 0.07453 seconds and 5 git commands to generate.