aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@orcam.me.uk>2024-07-13 06:00:44 +0100
committerMaciej W. Rozycki <macro@orcam.me.uk>2024-07-13 06:00:44 +0100
commite8723b48d9ebbc1d1dd21b2840326c8e871facd7 (patch)
treea33895766dc8c8507dd4a1a63188ce68e07a6642 /gas
parent61022df13c766266c17e44e121cda057ce59382e (diff)
downloadbinutils-e8723b48d9ebbc1d1dd21b2840326c8e871facd7.zip
binutils-e8723b48d9ebbc1d1dd21b2840326c8e871facd7.tar.gz
binutils-e8723b48d9ebbc1d1dd21b2840326c8e871facd7.tar.bz2
Revert "MIPS: Use N64 by default for mips*64*-*-linux-gnuabi64"
This reverts commit d49f2dd78b08efa4e1ee51f5df5058846c2eb4fa. It was applied unapproved.
Diffstat (limited to 'gas')
-rwxr-xr-xgas/configure2
-rw-r--r--gas/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/gas/configure b/gas/configure
index 4a6d472..0cebc4e 100755
--- a/gas/configure
+++ b/gas/configure
@@ -12280,7 +12280,7 @@ _ACEOF
esac
# Decide which ABI to target by default.
case ${target} in
- mips64*-openbsd* | mips*64*-linux-gnuabi64)
+ mips64*-openbsd* | mips64*-linux-gnuabi64)
mips_default_abi=N64_ABI
;;
mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
diff --git a/gas/configure.ac b/gas/configure.ac
index 20939b6..6b978aa 100644
--- a/gas/configure.ac
+++ b/gas/configure.ac
@@ -399,7 +399,7 @@ changequote([,])dnl
esac
# Decide which ABI to target by default.
case ${target} in
- mips64*-openbsd* | mips*64*-linux-gnuabi64)
+ mips64*-openbsd* | mips64*-linux-gnuabi64)
mips_default_abi=N64_ABI
;;
mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \