summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-16 17:44:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-16 17:44:58 +0000
commitc6c363b3473410e68a3211dccf9003733bf0299f (patch)
tree121485f0701300ec72264d4239594dbd72a2ad86 /configure
parent484c90396bd228acb0c66f364b50f165198a3d84 (diff)
downloadmpv-c6c363b3473410e68a3211dccf9003733bf0299f.tar.bz2
mpv-c6c363b3473410e68a3211dccf9003733bf0299f.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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