Commit b000e64f by Stan Shebs Committed by Stan Shebs

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
parent dbff21c5
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.
......
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment