GP2XWiz: Tweak configure to ensure that the correct ABI is used for the ASFLAGS and enable Virtual Keyboard.
svn-id: r45686
This commit is contained in:
parent
25025f58f0
commit
455f27f056
1 changed files with 3 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue