diff options
author | Maciej W. Rozycki <macro@orcam.me.uk> | 2023-07-28 06:00:36 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@orcam.me.uk> | 2023-07-28 06:00:36 +0100 |
commit | cc66ad2d2a63cec2eaafd7bbc6a9204490816c0b (patch) | |
tree | 65c2367909537e1dfbd265ff4b903029118fad5a /gas/configure.ac | |
parent | b6dfdfde8864d2b6d45b58f8a0cbb9b6caa3939b (diff) | |
download | gdb-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.ac')
-rw-r--r-- | gas/configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gas/configure.ac b/gas/configure.ac index 13adaad..e8e8f31 100644 --- a/gas/configure.ac +++ b/gas/configure.ac @@ -394,10 +394,7 @@ changequote([,])dnl 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 ;; |