[MPlayer-cvslog] r35414 - trunk/configure

reimar subversion at mplayerhq.hu
Sat Nov 10 16:51:19 CET 2012


Author: reimar
Date: Sat Nov 10 16:51:19 2012
New Revision: 35414

Log:
cpuinfo binary needs to be compiled with host compiler.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Nov 10 16:01:48 2012	(r35413)
+++ trunk/configure	Sat Nov 10 16:51:19 2012	(r35414)
@@ -1807,7 +1807,7 @@ elif aix; then
 elif x86; then
   # all other OSes try to extract CPU information from a small helper
   # program cpuinfo instead
-  $_cc -o cpuinfo$_exesuf cpuinfo.c
+  $_host_cc -o cpuinfo$_exesuf cpuinfo.c
   _cpuinfo="./cpuinfo$_exesuf"
 fi
 


More information about the MPlayer-cvslog mailing list