18922061f5
* config/rs6000/xm-darwin.h: New file, Darwin host definitions. * config/rs6000/x-darwin: New file, Darwin host fragment. * config.gcc (powerpc-*-darwin*): New host. * system.h (HAVE_DESIGNATED_INITIALIZERS): Allow this to be overridden by a config file. From-SVN: r37601
6 lines
221 B
Plaintext
6 lines
221 B
Plaintext
# The spiffy cpp-precomp chokes on some legitimate constructs in GCC
|
|
# sources; use -traditional-cpp to get to GNU cpp. (This is another
|
|
# peculiarity of Apple's GCC that we hope to get rid of.)
|
|
|
|
CC = cc -traditional-cpp
|