]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/configure.ac
MIPS/GAS: Correct default ABI selection for `mips64*-ps2-elf*'
authorMaciej W. Rozycki <macro@mips.com>
Tue, 23 Jan 2018 21:18:24 +0000 (21:18 +0000)
committerMaciej W. Rozycki <macro@mips.com>
Tue, 23 Jan 2018 21:18:24 +0000 (21:18 +0000)
commit0984958bd1d20245e4d42888a697b6015dc6172f
treee8f3d91b472ddacb6dbe0ddb08cf994caf1794e9
parent62fd0a980b2dc8a3332ad6ee3f8e7c8c841ff693
MIPS/GAS: Correct default ABI selection for `mips64*-ps2-elf*'

Correct an issue with the `mips64*-ps2-elf*' target introduced with
commit e407c74b5b60 ("Support for MIPS R5900 (Sony Playstation 2)"),
<https://sourceware.org/ml/binutils/2012-12/msg00240.html> and make
the n32 ABI the default for GAS, consistently with how BFD and LD
are configured for this target.

gas/
* configure.ac: Also set `mips_default_abi' to N32_ABI for
`mips64*-ps2-elf*'.
* configure: Regenerate.
gas/ChangeLog
gas/configure
gas/configure.ac