[Scummvm-cvs-logs] SF.net SVN: scummvm:[38979] residual/trunk/configure

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sat Feb 28 21:45:51 CET 2009


Revision: 38979
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38979&view=rev
Author:   aquadran
Date:     2009-02-28 20:45:45 +0000 (Sat, 28 Feb 2009)

Log Message:
-----------
disable simd instructions usage, instead that use 387 math coprocessor. that fix texture glitch on Manny actor

Modified Paths:
--------------
    residual/trunk/configure

Modified: residual/trunk/configure
===================================================================
--- residual/trunk/configure	2009-02-28 20:45:36 UTC (rev 38978)
+++ residual/trunk/configure	2009-02-28 20:45:45 UTC (rev 38979)
@@ -31,7 +31,7 @@
 SAVED_CPPFLAGS=$CPPFLAGS
 
 # use environment vars if set
-CXXFLAGS="$CXXFLAGS $CPPFLAGS"
+CXXFLAGS="$CXXFLAGS $CPPFLAGS -mfpmath=387"
 
 # Backslashes into forward slashes:
 # The following OS/2 specific code is performed to deal with handling of backslashes by ksh.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list