aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@orcam.me.uk>2023-07-28 06:00:36 +0100
committerMaciej W. Rozycki <macro@orcam.me.uk>2023-07-28 06:00:36 +0100
commitcc66ad2d2a63cec2eaafd7bbc6a9204490816c0b (patch)
tree65c2367909537e1dfbd265ff4b903029118fad5a /gas/configure
parentb6dfdfde8864d2b6d45b58f8a0cbb9b6caa3939b (diff)
downloadgdb-cc66ad2d2a63cec2eaafd7bbc6a9204490816c0b.zip
gdb-cc66ad2d2a63cec2eaafd7bbc6a9204490816c0b.tar.gz
gdb-cc66ad2d2a63cec2eaafd7bbc6a9204490816c0b.tar.bz2
Revert "MIPS: support mips*64 as CPU and gnuabi64 as ABI"
This reverts commit 32f1c80375ebe8ad25d9805ee5889f0006c51e59. It had two unrelated changes lumped together, one of which changed the meaning of the `mipsisa64*-*-linux*' target triplets, which was not properly evaluated.
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure5
1 files changed, 1 insertions, 4 deletions
diff --git a/gas/configure b/gas/configure
index dbb3425..e5023ff 100755
--- a/gas/configure
+++ b/gas/configure
@@ -12225,10 +12225,7 @@ _ACEOF
esac
# Decide which ABI to target by default.
case ${target} in
- mips*64*-linux-gnuabi64)
- mips_default_abi=N64_ABI
- ;;
- mips*64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
+ mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
| mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
mips_default_abi=N32_ABI
;;