aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/t-linux64
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2005-01-17 21:09:14 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2005-01-17 21:09:14 +0000
commit2184a1201e63dbd4798c041370f7fcbb711813fb (patch)
treed6d6df31013ab09511a3562841065de29d5f8380 /gcc/config/mips/t-linux64
parent5a6e9546a8e1024b33dcd2f8fd014453b02d3003 (diff)
downloadgcc-2184a1201e63dbd4798c041370f7fcbb711813fb.zip
gcc-2184a1201e63dbd4798c041370f7fcbb711813fb.tar.gz
gcc-2184a1201e63dbd4798c041370f7fcbb711813fb.tar.bz2
config.gcc (mips64*-*-linux*): Set the default abi to n32.
* config.gcc (mips64*-*-linux*): Set the default abi to n32. Remove redundant target_cpu_default and extra_parts lines. Use the default "from-abi" ISA. * config/mips/linux64.h (DRIVER_DEFAULT_ABI_SELF_SPEC): Delete. (SUBTARGET_EXTRA_SPECS): Delete. (DRIVER_SELF_SPECS): Remove architecture lines. Set the ABI directly. (SUBTARGET_ASM_SPEC): Remove -mabi=n32 and -mabi=64 mappings. * config/mips/t-linux64 (MULTILIB_DIRNAMES): Use "32" for -mabi=32 and "n32" for -mabi=n32. From-SVN: r93777
Diffstat (limited to 'gcc/config/mips/t-linux64')
-rw-r--r--gcc/config/mips/t-linux642
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/t-linux64 b/gcc/config/mips/t-linux64
index 39531e5..1896f49 100644
--- a/gcc/config/mips/t-linux64
+++ b/gcc/config/mips/t-linux64
@@ -1,5 +1,5 @@
MULTILIB_OPTIONS = mabi=n32/mabi=32/mabi=64
-MULTILIB_DIRNAMES = 32 o32 64
+MULTILIB_DIRNAMES = n32 32 64
MULTILIB_OSDIRNAMES = ../lib32 ../lib ../lib64
EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o