diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2005-01-17 21:09:14 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2005-01-17 21:09:14 +0000 |
commit | 2184a1201e63dbd4798c041370f7fcbb711813fb (patch) | |
tree | d6d6df31013ab09511a3562841065de29d5f8380 /gcc/config/mips/t-linux64 | |
parent | 5a6e9546a8e1024b33dcd2f8fd014453b02d3003 (diff) | |
download | gcc-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-linux64 | 2 |
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 |