aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohn Willis2009-11-05 13:47:17 +0000
committerJohn Willis2009-11-05 13:47:17 +0000
commit455f27f0561a5ef723b74f44bb9e26bcda1d9cdb (patch)
treed7d60d9ff6d915a1ecb0befeb3a1710994654964 /configure
parent25025f58f0bbf06b1969bd09ede36e4eaff1a706 (diff)
downloadscummvm-rg350-455f27f0561a5ef723b74f44bb9e26bcda1d9cdb.tar.gz
scummvm-rg350-455f27f0561a5ef723b74f44bb9e26bcda1d9cdb.tar.bz2
scummvm-rg350-455f27f0561a5ef723b74f44bb9e26bcda1d9cdb.zip
GP2XWiz: Tweak configure to ensure that the correct ABI is used for the ASFLAGS and enable Virtual Keyboard.
svn-id: r45686
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 47b180c938..0afd637377 100755
--- a/configure
+++ b/configure
@@ -1378,6 +1378,7 @@ if test -n "$_host"; then
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 @@ if test -n "$_host"; then
_backend="gp2xwiz"
_build_hq_scalers="no"
_mt32emu="no"
+ _vkeybd="yes"
;;
gp2x)
DEFINES="$DEFINES -DUNIX -DGP2X -DNDEBUG"
@@ -1403,6 +1405,7 @@ if test -n "$_host"; then
_backend="gp2x"
_build_hq_scalers="no"
_mt32emu="no"
+ _vkeybd="yes"
;;
neuros)
DEFINES="$DEFINES -DUNIX -DNEUROS"