diff options
author | David Edelsohn <edelsohn@gnu.org> | 2007-08-08 19:33:24 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2007-08-08 15:33:24 -0400 |
commit | 0eab684046dc0a228233530ed9a01fcaf2220cbe (patch) | |
tree | c6cea5c1156edcc4edd8689ae0ccae77a83b7f7a /gcc/config/rs6000/darwin.h | |
parent | be1767b73e150980697a1d88fea543ebe2de7f17 (diff) | |
download | gcc-0eab684046dc0a228233530ed9a01fcaf2220cbe.zip gcc-0eab684046dc0a228233530ed9a01fcaf2220cbe.tar.gz gcc-0eab684046dc0a228233530ed9a01fcaf2220cbe.tar.bz2 |
x-rs6000: New file.
* config/rs6000/x-rs6000: New file.
* config/rs6000/darwin.h (CC1_SPEC): Add cc1_cpu.
* config/rs6000/rs6000.h (EXTRA_SPECS): Add cc1_cpu.
(EXTRA_SPEC_FUNCTIONS): Define.
(HAVE_LOCAL_CPU_DETECT): Define.
(CC1_CPU_SPEC): Define.
* config/rs6000/driver-rs6000.c: New file.
* config/rs6000/aix.h (CC1_SPEC): Define.
* config/rs6000/sysv4.h (CC1_SPEC): Add cc1_cpu.
* config.host: Add x-rs6000 to host_xmake_file if host and target
are rs6000 or powerpc.
From-SVN: r127304
Diffstat (limited to 'gcc/config/rs6000/darwin.h')
-rw-r--r-- | gcc/config/rs6000/darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 0380612..6c88757 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -90,6 +90,7 @@ the kernel or some such. */ #define CC1_SPEC "\ + %(cc1_cpu) \ %{g: %{!fno-eliminate-unused-debug-symbols: -feliminate-unused-debug-symbols }} \ %{static: %{Zdynamic: %e conflicting code gen style switches are used}}\ %{!mmacosx-version-min=*:-mmacosx-version-min=%(darwin_minversion)} \ |