diff options
author | Geoffrey Keating <geoffk@apple.com> | 2004-10-26 07:30:06 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2004-10-26 07:30:06 +0000 |
commit | a56cd1a96963be1cc9f2eaa5c84a6cb4af49aa09 (patch) | |
tree | 008200302284c57871e4932a3b9125015d68bf36 | |
parent | 210d7a8f70203c5220d9f8b5545f21623f2d7634 (diff) | |
download | gcc-a56cd1a96963be1cc9f2eaa5c84a6cb4af49aa09.zip gcc-a56cd1a96963be1cc9f2eaa5c84a6cb4af49aa09.tar.gz gcc-a56cd1a96963be1cc9f2eaa5c84a6cb4af49aa09.tar.bz2 |
re PR target/18149 (bootstrap of i686-darwin)
PR 18149
* config/i386/darwin.h (ASM_SPEC): Undef it before defining.
From-SVN: r89574
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/darwin.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d2b1cc4..76d0463e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-26 Geoffrey Keating <geoffk@apple.com> + + PR 18149 + * config/i386/darwin.h (ASM_SPEC): Undef it before defining. + 2004-10-25 Geoffrey Keating <geoffk@apple.com> * config/darwin.h (LINK_SPEC): Default weak_reference_mismatches diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h index 0b3db81..c7b583d 100644 --- a/gcc/config/i386/darwin.h +++ b/gcc/config/i386/darwin.h @@ -44,6 +44,7 @@ Boston, MA 02111-1307, USA. */ %{gfull: -g -fno-eliminate-unused-debug-symbols %<gfull }\ %{g: %{!gfull: -feliminate-unused-debug-symbols %<gfull }}" +#undef ASM_SPEC #define ASM_SPEC "-arch i686 \ -force_cpusubtype_ALL \ %{Zforce_cpusubtype_ALL:-force_cpusubtype_ALL} \ |