[MPlayer-cvslog] r28180 - trunk
cehoyos
subversion at mplayerhq.hu
Tue Dec 23 10:08:32 CET 2008
Author: cehoyos
Date: Mon Dec 22 23:56:51 2008
New Revision: 28180
Log:
Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Dec 22 17:51:06 2008 (r28179)
+++ trunk/configure Mon Dec 22 23:56:51 2008 (r28180)
@@ -1339,8 +1339,8 @@ if test -z "$_target" ; then
i[3-9]86*|x86|x86pc|k5|k6|k6_2|k6_3|k6-2|k6-3|pentium*|athlon*|i586_i686|i586-i686|BePC) host_arch=i386 ;;
ia64) host_arch=ia64 ;;
x86_64|amd64)
- if [ -n "`$_cc -dumpmachine | sed -n '/^x86_64-/p;/^amd64-/p'`" -a \
- -z "`echo $CFLAGS | grep -- -m32`" ]; then
+ if [ -n "$($_cc -dumpmachine | sed -n '/^x86_64-/p;/^amd64-/p')" -a \
+ -z "$(echo $CFLAGS $_cc | grep -- -m32)" ]; then
host_arch=x86_64
else
host_arch=i386
More information about the MPlayer-cvslog
mailing list