diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-22 06:02:15 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-22 06:02:15 +0000 |
commit | 8ddd6dd88799aa36bda413feec437713b3dfb532 (patch) | |
tree | 7bbaa8e4472097fd28006327703a957691966f62 /gcc/config/mips/linux64.h | |
parent | 8f776a974246289c96dcf126cddadb756686a7fe (diff) | |
download | gcc-8ddd6dd88799aa36bda413feec437713b3dfb532.tar.gz |
* config/mips/t-linux64: Remove code that messed with $(SPECS).
(MULTILIB_OPTIONS, MULTILIB_DIRNAMES, MULTILIB_OSDIRNAMES): Move
n32 to the front.
(MULTILIB_EXTRA_OPTS, CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S):
Removed.
* config/mips/linux64.h (DRIVER_SELF_SPECS): Don't handle
-mabi-fake-default.
(SUBTARGET_TARGET_SWITCHES): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92487 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/linux64.h')
-rw-r--r-- | gcc/config/mips/linux64.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/mips/linux64.h b/gcc/config/mips/linux64.h index 64ff68eb445..6835f715236 100644 --- a/gcc/config/mips/linux64.h +++ b/gcc/config/mips/linux64.h @@ -30,14 +30,9 @@ Boston, MA 02111-1307, USA. */ { "driver_default_abi_self_spec", DRIVER_DEFAULT_ABI_SELF_SPEC }, #define DRIVER_SELF_SPECS \ "%{!EB:%{!EL:%(endian_spec)}}", \ -"%{mabi-fake-default:%{!mabi=*:-mabi=32}}", \ "%(driver_default_abi_self_spec)", \ "%{!mips*:%{!march=*:%{mabi=32:-mips1}%{mabi=n32|mabi=64:-mips3}}}" -#undef SUBTARGET_TARGET_SWITCHES -#define SUBTARGET_TARGET_SWITCHES \ - { "abi-fake-default", 0, N_("Same as -mabi=32, just trickier") }, - #undef SUBTARGET_ASM_SPEC #define SUBTARGET_ASM_SPEC "\ %{!fno-PIC:%{!fno-pic:-KPIC}} \ |