summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-19 08:47:46 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-19 08:47:46 +0000
commit9e9a5a3cac34a78aea579a2236873c21188ba972 (patch)
treeb91211ece33b359926119e2e30f7e16ca758c75f /configure
parent9d6b4616058506631a0a002c4857ec99f766b8ec (diff)
downloadmpv-9e9a5a3cac34a78aea579a2236873c21188ba972.tar.bz2
mpv-9e9a5a3cac34a78aea579a2236873c21188ba972.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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 ;;