From 9e9a5a3cac34a78aea579a2236873c21188ba972 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 19 Aug 2009 08:47:46 +0000 Subject: [PATCH] Fix detection of mips arch on NetBSD/sgimips. based on a patch by Andrew Randrianasulu, randrik mail ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29539 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1c60c1dcdd..bc354ad582 100755 --- a/configure +++ b/configure @@ -1408,7 +1408,7 @@ if test -z "$_target" ; then sh3|sh4|sh4a) host_arch=sh ;; s390) host_arch=s390 ;; s390x) host_arch=s390x ;; - mips*) host_arch=mips ;; + *mips*) host_arch=mips ;; vax) host_arch=vax ;; xtensa*) host_arch=xtensa ;; *) host_arch=UNKNOWN ;;