diff options
Diffstat (limited to 'contrib/gcc/config/ia64/elf.h')
-rw-r--r-- | contrib/gcc/config/ia64/elf.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/gcc/config/ia64/elf.h b/contrib/gcc/config/ia64/elf.h index af8c7a6..af6d917 100644 --- a/contrib/gcc/config/ia64/elf.h +++ b/contrib/gcc/config/ia64/elf.h @@ -17,10 +17,12 @@ #if ((TARGET_CPU_DEFAULT | TARGET_DEFAULT) & MASK_GNU_AS) != 0 /* GNU AS. */ -#define ASM_SPEC \ - "%{mno-gnu-as:-N so} %{!mno-gnu-as:-x} %{mconstant-gp} %{mauto-pic}" +#undef ASM_EXTRA_SPEC +#define ASM_EXTRA_SPEC \ + "%{mno-gnu-as:-N so} %{!mno-gnu-as:-x}" #else /* Intel ias. */ +#undef ASM_SPEC #define ASM_SPEC \ "%{!mgnu-as:-N so} %{mgnu-as:-x} %{mconstant-gp:-M const_gp}\ %{mauto-pic:-M no_plabel}" |