summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-12 14:17:39 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-12 14:17:39 +0000
commitbac106d374d07e78a7b15ae0c185d8b5df0c34fe (patch)
treed46e32ffe50a36ae819ff7714e06a6f842a6b623 /configure
parentf41945b508526b9f23cfe87c0a3ccc11bb8563f9 (diff)
downloadmpv-bac106d374d07e78a7b15ae0c185d8b5df0c34fe.tar.bz2
mpv-bac106d374d07e78a7b15ae0c185d8b5df0c34fe.tar.xz
support openbsd/zaurus aswell
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17607 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 c475d15c96..5a377f4b6f 100755
--- a/configure
+++ b/configure
@@ -535,7 +535,7 @@ if test -z "$_target" ; then
sparc) host_arch=sparc ;;
sparc64) host_arch=sparc64 ;;
parisc*|hppa*|9000*) host_arch=hppa ;;
- arm*) host_arch=arm ;;
+ arm*|zaurus|cats) host_arch=arm ;;
s390) host_arch=s390 ;;
s390x) host_arch=s390x ;;
mips*) host_arch=mips ;;