diff options
Diffstat (limited to 'gcc/config/mips/windiss.h')
| -rw-r--r-- | gcc/config/mips/windiss.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/mips/windiss.h b/gcc/config/mips/windiss.h index 156057f..1ee112c 100644 --- a/gcc/config/mips/windiss.h +++ b/gcc/config/mips/windiss.h @@ -45,10 +45,9 @@ Boston, MA 02111-1307, USA. */ %{mips16:%{!mno-mips16:-mips16}} %{mno-mips16:-no-mips16} \ %(subtarget_asm_optimizing_spec) \ %(subtarget_asm_debugging_spec) \ -%{mabi=32:-32}%{mabi=n32:-n32}%{mabi=64:-64}%{mabi=n64:-64} \ -%{mabi=eabi} %{mabi=o64} %{!mabi*: %(asm_abi_default_spec)} \ +%{mabi=*} %{!mabi*: %(asm_abi_default_spec)} \ %{mgp32} %{mgp64} %{march=*} %{mxgot:-xgot} \ -%(target_asm_spec) \ +%{mtune=*} %{v} \ %(subtarget_asm_spec)" #undef LINK_SPEC |
