[Scummvm-cvs-logs] scummvm master -> 8e3b6df83000ed02da9aa030d7b91e0f3e91a34d

sev- sev at scummvm.org
Mon Oct 27 00:05:47 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8e3b6df830 GCW0: Switch to HW floats and introduce the platform define


Commit: 8e3b6df83000ed02da9aa030d7b91e0f3e91a34d
    https://github.com/scummvm/scummvm/commit/8e3b6df83000ed02da9aa030d7b91e0f3e91a34d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-10-26T19:04:34-04:00

Commit Message:
GCW0: Switch to HW floats and introduce the platform define

Changed paths:
    configure



diff --git a/configure b/configure
index 09b8383..ebca832 100755
--- a/configure
+++ b/configure
@@ -2590,11 +2590,9 @@ if test -n "$_host"; then
 			add_line_to_config_h "#define USE_WII_DI"
 			;;
                gcw0)
-			DEFINES="$DEFINES -DDINGUX"
-			DEFINES="$DEFINES -DDISABLE_DOSBOX_OPL"
+			DEFINES="$DEFINES -DDINGUX -DGCW0"
 			DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
 			ASFLAGS="$ASFLAGS"
-			CXXFLAGS="$CXXFLAGS -msoft-float"
 			CXXFLAGS="$CXXFLAGS -mips32"
 			_backend="dingux"
 			_mt32emu=no






More information about the Scummvm-git-logs mailing list