From c6c363b3473410e68a3211dccf9003733bf0299f Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 16 Oct 2005 17:44:58 +0000 Subject: Add MIPS64 detection. patch by Luca Barbato < lu_zero == at == gentoo == dot == org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16781 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index acf3b606d0..8336594de3 100755 --- a/configure +++ b/configure @@ -514,7 +514,7 @@ if test -z "$_target" ; then arm*) host_arch=arm ;; s390) host_arch=s390 ;; s390x) host_arch=s390x ;; - mips) host_arch=mips ;; + mips*) host_arch=mips ;; vax) host_arch=vax ;; *) host_arch=UNKNOWN ;; esac -- cgit v1.2.3