summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-23 22:47:11 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-23 22:47:11 +0000
commitc592535102c0cc2bb3f796bbb83273dda88fc254 (patch)
tree7945e60f921d2b44de9eea1959739c18e20205e5 /configure
parent28a554bffce2dd90764b81b9143d5c424e57ede7 (diff)
downloadmpv-c592535102c0cc2bb3f796bbb83273dda88fc254.tar.bz2
mpv-c592535102c0cc2bb3f796bbb83273dda88fc254.tar.xz
better parisc detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11678 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 6216127544..82412d9fc2 100755
--- a/configure
+++ b/configure
@@ -435,7 +435,7 @@ if test -z "$_target" ; then
ppc) host_arch=ppc ;;
alpha) host_arch=alpha ;;
sparc*) host_arch=sparc ;;
- 9000*) host_arch=hppa ;;
+ parisc*|hppa*|9000*) host_arch=hppa ;;
arm*) host_arch=arm ;;
s390) host_arch=s390 ;;
s390x) host_arch=s390x ;;