summaryrefslogtreecommitdiff
path: root/gcc/config/i386/darwin.h
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-20 05:16:10 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-20 05:16:10 +0000
commit02d78334fc031dbbc288ee62ebf90b15d6792cd4 (patch)
treece2134665d709a0651c3dc444a35b261b8b41bdc /gcc/config/i386/darwin.h
parent9961142a9dee15a3aedf5638fe31b094654fd111 (diff)
downloadgcc-02d78334fc031dbbc288ee62ebf90b15d6792cd4.tar.gz
2007-08-19 Andrew Pinski <pinskia@gmail.com>
PR target/33115 * config/i386/darwin.h (CC1_SPEC): Add %(cc1_cpu) in front. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127635 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/darwin.h')
-rw-r--r--gcc/config/i386/darwin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h
index 2cd12bed00b..dfaa666a8bf 100644
--- a/gcc/config/i386/darwin.h
+++ b/gcc/config/i386/darwin.h
@@ -89,7 +89,8 @@ along with GCC; see the file COPYING3. If not see
the kernel or some such. */
#undef CC1_SPEC
-#define CC1_SPEC "%{!mkernel:%{!static:%{!mdynamic-no-pic:-fPIC}}} \
+#define CC1_SPEC "%(cc1_cpu) \
+ %{!mkernel:%{!static:%{!mdynamic-no-pic:-fPIC}}} \
%{!mmacosx-version-min=*:-mmacosx-version-min=%(darwin_minversion)} \
%{g: %{!fno-eliminate-unused-debug-symbols: -feliminate-unused-debug-symbols }}"