]> gcc.gnu.org Git - gcc.git/commit - gcc/ChangeLog
config.gcc (mips64*-*-linux*): Set the default abi to n32.
authorRichard Sandiford <rsandifo@redhat.com>
Mon, 17 Jan 2005 21:09:14 +0000 (21:09 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 17 Jan 2005 21:09:14 +0000 (21:09 +0000)
commit2184a1201e63dbd4798c041370f7fcbb711813fb
treed6d6df31013ab09511a3562841065de29d5f8380
parent5a6e9546a8e1024b33dcd2f8fd014453b02d3003
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
gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/linux64.h
gcc/config/mips/t-linux64
This page took 0.060226 seconds and 5 git commands to generate.