]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/configure.ac
MIPS: support mips*64 as CPU and gnuabi64 as ABI
[thirdparty/binutils-gdb.git] / gas / configure.ac
index 6a68fd7c4e6d6d8e5f5d7c5da8515f51bab9f1c0..03728ffce4de1285696577b933c734bf53d01380 100644 (file)
@@ -392,7 +392,10 @@ changequote([,])dnl
        esac
        # Decide which ABI to target by default.
        case ${target} in
-         mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
+         mips*64*-linux-gnuabi64)
+           mips_default_abi=N64_ABI
+           ;;
+         mips*64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
          | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
            mips_default_abi=N32_ABI
            ;;