From fff880185bb3624acfbd2c6a75a1655bcd782c51 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 24 Aug 2016 12:40:10 +0200 Subject: configure: handle mipsisa64* triplet as a mips64 target the gnu config.sub script recognizes several mipsisa64* cpu types that musl supports as mips64 targets. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index af8b45f0..707eb125 100755 --- a/configure +++ b/configure @@ -318,7 +318,7 @@ i?86*) ARCH=i386 ;; x86_64-x32*|x32*|x86_64*x32) ARCH=x32 ;; x86_64-nt64*) ARCH=nt64 ;; x86_64*) ARCH=x86_64 ;; -mips64*) ARCH=mips64 ;; +mips64*|mipsisa64*) ARCH=mips64 ;; mips*) ARCH=mips ;; microblaze*) ARCH=microblaze ;; or1k*) ARCH=or1k ;; -- cgit v1.2.1