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

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Thu Nov 5 14:47:18 CET 2009


Revision: 45686
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45686&view=rev
Author:   djwillis
Date:     2009-11-05 13:47:17 +0000 (Thu, 05 Nov 2009)

Log Message:
-----------
GP2XWiz: Tweak configure to ensure that the correct ABI is used for the ASFLAGS and enable Virtual Keyboard.

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-11-05 11:40:33 UTC (rev 45685)
+++ scummvm/trunk/configure	2009-11-05 13:47:17 UTC (rev 45686)
@@ -1378,6 +1378,7 @@
 		gp2xwiz)
 			DEFINES="$DEFINES -DUNIX -DGP2XWIZ -DNDEBUG"
 			CXXFLAGS="$CXXFLAGS -mcpu=arm926ej-s -mtune=arm926ej-s"
+			ASFLAGS="$ASFLAGS -mfloat-abi=soft"
 			LDFLAGS="$LDFLAGS"
 			_need_memalign=yes
 			add_line_to_config_mk 'USE_ARM_SOUND_ASM = 1'
@@ -1388,6 +1389,7 @@
 			_backend="gp2xwiz"
 			_build_hq_scalers="no"
 			_mt32emu="no"
+			_vkeybd="yes"
 			;;	
 		gp2x)
 			DEFINES="$DEFINES -DUNIX -DGP2X -DNDEBUG"
@@ -1403,6 +1405,7 @@
 			_backend="gp2x"
 			_build_hq_scalers="no"
 			_mt32emu="no"
+			_vkeybd="yes"
 			;;
 		neuros)
 			DEFINES="$DEFINES -DUNIX -DNEUROS"


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