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
This commit is contained in:
parent
dbff21c520
commit
b000e64f52
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user