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

Fix detection of mips arch on NetBSD/sgimips.

based on a patch by Andrew Randrianasulu, randrik mail ru


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29539 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-08-19 08:47:46 +00:00
parent 9d6b461605
commit 9e9a5a3cac

2
configure vendored
View File

@ -1408,7 +1408,7 @@ if test -z "$_target" ; then
sh3|sh4|sh4a) host_arch=sh ;;
s390) host_arch=s390 ;;
s390x) host_arch=s390x ;;
mips*) host_arch=mips ;;
*mips*) host_arch=mips ;;
vax) host_arch=vax ;;
xtensa*) host_arch=xtensa ;;
*) host_arch=UNKNOWN ;;