From 242c714cea4dd8abd5cd1efbfdbd1781172369f2 Mon Sep 17 00:00:00 2001 From: geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue, 26 Oct 2004 07:30:06 +0000 Subject: [PATCH] PR 18149 * config/i386/darwin.h (ASM_SPEC): Undef it before defining. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89574 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/darwin.h | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d2b1cc423bdc..76d0463ea816 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 0b3db813e6c4..c7b583d14bf7 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} \ -- GitLab