aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorYunQiang Su <yunqiang.su@cipunited.com>2023-05-04 09:45:22 +0800
committerYunQiang Su <yunqiang.su@cipunited.com>2023-05-04 09:45:22 +0800
commitc3b0a240ea7c5c25f523b950f24a2befa6b6ff61 (patch)
tree029818f1031e34852b0a39236dcf88d141d6bd37 /gas/configure
parentc328c91b300caf82c3e490b3c9d50a60f35bc5b6 (diff)
downloadgdb-c3b0a240ea7c5c25f523b950f24a2befa6b6ff61.zip
gdb-c3b0a240ea7c5c25f523b950f24a2befa6b6ff61.tar.gz
gdb-c3b0a240ea7c5c25f523b950f24a2befa6b6ff61.tar.bz2
MIPS: revert "default r6 if vendor is img"
In commit: 9171de358f230b64646bbb525a74e5f8e3dbe0dc, The default output is set to r6 if the vendor is img, It is ugly and should not be in upstream. Let's revert it.
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure9
1 files changed, 0 insertions, 9 deletions
diff --git a/gas/configure b/gas/configure
index 0daa80d..868f4a9 100755
--- a/gas/configure
+++ b/gas/configure
@@ -12211,15 +12211,6 @@ _ACEOF
use_e_mips_abi_o32=1
;;
esac
- # If Vendor is IMG, then MIPSr6 is used
- case ${target} in
- mips*64*-img-*)
- mips_cpu=mips64r6
- ;;
- 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