summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-24 03:43:02 +0000
committershebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-24 03:43:02 +0000
commit41cffe284f1f9ddd245a664a43da507ebf7344eb (patch)
tree83819dbff5e2f1b474f5bffb8722280f58059ac2
parent5e9eb877f5bb82e6f55187ada3b4f7ed26522c49 (diff)
downloadppe42-gcc-41cffe284f1f9ddd245a664a43da507ebf7344eb.tar.gz
ppe42-gcc-41cffe284f1f9ddd245a664a43da507ebf7344eb.zip
* config/rs6000/x-darwin: Use -no-cpp-precomp instead of
-traditional-cpp in first-stage compilation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46457 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/x-darwin4
2 files changed, 7 insertions, 2 deletions
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 <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.
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
OpenPOWER on IntegriCloud