[MPlayer-cvslog] r29539 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Aug 19 10:47:46 CEST 2009
Author: diego
Date: Wed Aug 19 10:47:46 2009
New Revision: 29539
Log:
Fix detection of mips arch on NetBSD/sgimips.
based on a patch by Andrew Randrianasulu, randrik mail ru
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Aug 19 10:21:55 2009 (r29538)
+++ trunk/configure Wed Aug 19 10:47:46 2009 (r29539)
@@ -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 ;;
More information about the MPlayer-cvslog
mailing list