[Scummvm-cvs-logs] SF.net SVN: scummvm:[38980] residual/trunk/configure
aquadran at users.sourceforge.net
aquadran at users.sourceforge.net
Sat Feb 28 21:49:32 CET 2009
Revision: 38980
http://scummvm.svn.sourceforge.net/scummvm/?rev=38980&view=rev
Author: aquadran
Date: 2009-02-28 20:49:32 +0000 (Sat, 28 Feb 2009)
Log Message:
-----------
ups, that was really not portable, moved into i386 specific section
Modified Paths:
--------------
residual/trunk/configure
Modified: residual/trunk/configure
===================================================================
--- residual/trunk/configure 2009-02-28 20:45:45 UTC (rev 38979)
+++ residual/trunk/configure 2009-02-28 20:49:32 UTC (rev 38980)
@@ -31,7 +31,7 @@
SAVED_CPPFLAGS=$CPPFLAGS
# use environment vars if set
-CXXFLAGS="$CXXFLAGS $CPPFLAGS -mfpmath=387"
+CXXFLAGS="$CXXFLAGS $CPPFLAGS"
# Backslashes into forward slashes:
# The following OS/2 specific code is performed to deal with handling of backslashes by ksh.
@@ -697,6 +697,7 @@
case $_host_cpu in
i386|i486|i586|i686|x86_64)
_have_x86=yes
+ CXXFLAGS="$CXXFLAGS -mfpmath=387"
;;
*)
_have_x86=no
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