* config.gcc (mips64*-*-linux*): Set the default abi to n32. Remove
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jan 2005 21:09:14 +0000 (21:09 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jan 2005 21:09:14 +0000 (21:09 +0000)
commit1036fb4853d0bd204e7bbb9ba3709dc7cfa6ae1c
treed6d6df31013ab09511a3562841065de29d5f8380
parent8b1f1f09749b73b5c7b5942a63c5849a4c0c2756
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93777 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/linux64.h
gcc/config/mips/t-linux64