1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

better parisc detection

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11678 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-12-23 22:47:11 +00:00
parent 28a554bffc
commit c592535102

2
configure vendored
View File

@ -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 ;;