From cc66ad2d2a63cec2eaafd7bbc6a9204490816c0b Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Fri, 28 Jul 2023 06:00:36 +0100 Subject: 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. --- gas/configure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gas/configure') 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 ;; -- cgit v1.1