Commit 0e7f6131 by Andrew Pinski Committed by Andrew Pinski

re PR target/33115 (-march=native is not supported under x86 darwin)

2007-08-19  Andrew Pinski  <pinskia@gmail.com>

        PR target/33115
        * config/i386/darwin.h (CC1_SPEC): Add %(cc1_cpu) in front.

From-SVN: r127635
parent 61021c2c
2007-08-19 Andrew Pinski <pinskia@gmail.com>
PR target/33115
* config/i386/darwin.h (CC1_SPEC): Add %(cc1_cpu) in front.
2007-08-19 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR middle-end/32940
......
......@@ -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 }}"
......
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