aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@orcam.me.uk>2023-06-15 04:45:03 +0100
committerMaciej W. Rozycki <macro@orcam.me.uk>2023-06-15 04:45:03 +0100
commitdbad690493235b523cef23e938ff79916ab00c89 (patch)
treedf563ea5e43ca4c3abadf464e67bc1c48d697ed7 /gas/configure
parent13527d85aff4cd393a51f96635813eccb6d7d4bb (diff)
downloadgdb-dbad690493235b523cef23e938ff79916ab00c89.zip
gdb-dbad690493235b523cef23e938ff79916ab00c89.tar.gz
gdb-dbad690493235b523cef23e938ff79916ab00c89.tar.bz2
Revert "MIPS: default r6 if vendor is img"
This reverts commit be0d391f22fe6009c3be907753975a984cbbcc23. It was applied unapproved.
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure8
1 files changed, 1 insertions, 7 deletions
diff --git a/gas/configure b/gas/configure
index 580022d..868f4a9 100755
--- a/gas/configure
+++ b/gas/configure
@@ -12211,12 +12211,6 @@ _ACEOF
use_e_mips_abi_o32=1
;;
esac
- # If Vendor is IMG, then MIPSr6 is used
- case ${target} in
- mips*-img-*)
- mips_cpu=mips32r6
- ;;
- esac
# Decide whether to generate 32-bit or 64-bit code by default.
# Used to resolve -march=from-abi when an embedded ABI is selected.
case ${target} in
@@ -12236,7 +12230,7 @@ _ACEOF
| mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
mips_default_abi=N32_ABI
;;
- mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu | mips*-img-elf)
+ mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
mips_default_abi=O32_ABI
;;
mips64*-openbsd*)