Update GP2X configure rules to support the new ARM ASM SMUSH code.
svn-id: r27726
This commit is contained in:
parent
c967312d74
commit
cf0eb563ad
1 changed files with 3 additions and 1 deletions
4
configure
vendored
4
configure
vendored
|
@ -760,12 +760,14 @@ if test -n "$_host"; then
|
|||
;;
|
||||
gp2x)
|
||||
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
|
||||
DEFINES="$DEFINES -DUNIX -DGP2X -DUSE_ARM_SOUND_ASM"
|
||||
DEFINES="$DEFINES -DUNIX -DGP2X -DUSE_ARM_SOUND_ASM -DUSE_ARM_SMUSH_ASM"
|
||||
_endian=little
|
||||
_need_memalign=yes
|
||||
type_1_byte='char'
|
||||
type_2_byte='short'
|
||||
type_4_byte='int'
|
||||
add_line_to_config_mk 'USE_ARM_SOUND_ASM = 1'
|
||||
add_line_to_config_mk 'USE_ARM_SMUSH_ASM = 1'
|
||||
_backend="gp2x"
|
||||
_mak_hq_scalers='DISABLE_HQ_SCALERS = 1'
|
||||
_build_hq_scalers="no"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue