Commit e70d4dfb by Andrew Pinski Committed by Andrew Pinski

re PR target/16557 (bootstrap failure of gcc-4.0-20040711 snapshot on i686-apple-darwin7.2.1)

2004-07-20  Andrew Pinski  <apinski@apple.com>

        PR target/16557
        * config/i386/darwin.h (CC1_SPEC): Move the -g SPECs from ...
        (ASM_SPEC): here.

From-SVN: r84991
parent 462fdcce
2004-07-20 Andrew Pinski <apinski@apple.com>
PR target/16557
* config/i386/darwin.h (CC1_SPEC): Move the -g SPECs from ...
(ASM_SPEC): here.
2004-07-21 Paul brook <paul@codesourcery.com>
* config/arm/arm.c (thumb_expand_prologue): Remove bogus GEN_INT.
......
......@@ -39,13 +39,13 @@ Boston, MA 02111-1307, USA. */
the kernel or some such. */
#undef CC1_SPEC
#define CC1_SPEC "%{!static:-fPIC}"
#define CC1_SPEC "%{!static:-fPIC}\
%{gused: -g -feliminate-unused-debug-symbols %<gused }\
%{gfull: -g -fno-eliminate-unused-debug-symbols %<gfull }\
%{g: %{!gfull: -feliminate-unused-debug-symbols %<gfull }}"
#define ASM_SPEC "-arch i686 \
-force_cpusubtype_ALL \
%{gused: -g -feliminate-unused-debug-symbols %<gused }\
%{gfull: -g -fno-eliminate-unused-debug-symbols %<gfull }\
%{g: %{!gfull: -feliminate-unused-debug-symbols %<gfull }}\
%{Zforce_cpusubtype_ALL:-force_cpusubtype_ALL} \
%{!Zforce_cpusubtype_ALL:%{mmmx:-force_cpusubtype_ALL}\
%{msse:-force_cpusubtype_ALL}\
......
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