diff options
author | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-21 03:02:09 +0000 |
---|---|---|
committer | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-21 03:02:09 +0000 |
commit | 17ac16a1a5d5a6e2ef77aa2168cc0ce139ebf93c (patch) | |
tree | 80e209a711b33794aa660c7b9b5446df2cea567f /gcc/config/rs6000/x-darwin | |
parent | c687985bc21b85dfa1bb85c86719c99ed62670e7 (diff) | |
download | gcc-17ac16a1a5d5a6e2ef77aa2168cc0ce139ebf93c.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/x-darwin')
-rw-r--r-- | gcc/config/rs6000/x-darwin | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/rs6000/x-darwin b/gcc/config/rs6000/x-darwin new file mode 100644 index 00000000000..f2b8c94b24a --- /dev/null +++ b/gcc/config/rs6000/x-darwin @@ -0,0 +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 +# peculiarity of Apple's GCC that we hope to get rid of.) + +CC = cc -traditional-cpp |