aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/x-darwin
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2001-10-24 03:43:02 +0000
committerStan Shebs <shebs@gcc.gnu.org>2001-10-24 03:43:02 +0000
commitb000e64f5252166dbed91ce6c292eb74f7062f36 (patch)
tree83819dbff5e2f1b474f5bffb8722280f58059ac2 /gcc/config/rs6000/x-darwin
parentdbff21c5205da06d4a40687b136b80edec6b4d9c (diff)
downloadgcc-b000e64f5252166dbed91ce6c292eb74f7062f36.zip
gcc-b000e64f5252166dbed91ce6c292eb74f7062f36.tar.gz
gcc-b000e64f5252166dbed91ce6c292eb74f7062f36.tar.bz2
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
Diffstat (limited to 'gcc/config/rs6000/x-darwin')
-rw-r--r--gcc/config/rs6000/x-darwin4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/x-darwin b/gcc/config/rs6000/x-darwin
index f2b8c94..0f2b636 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