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
This commit is contained in:
diego 2005-10-16 17:44:58 +00:00
parent 484c90396b
commit c6c363b347
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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