mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 04:40:39 +00:00
More whitespace fixes
svn-id: r29384
This commit is contained in:
parent
3e3cfca83e
commit
7cce6c8c43
20
configure
vendored
20
configure
vendored
@ -986,20 +986,20 @@ if test -n "$_host"; then
|
||||
bfin*)
|
||||
_need_memalign=yes
|
||||
;;
|
||||
gp2x)
|
||||
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
|
||||
DEFINES="$DEFINES -DUNIX -DGP2X -DUSE_ARM_SOUND_ASM -DUSE_ARM_SMUSH_ASM"
|
||||
gp2x)
|
||||
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
|
||||
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'
|
||||
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"
|
||||
;;
|
||||
_backend="gp2x"
|
||||
_mak_hq_scalers='DISABLE_HQ_SCALERS = 1'
|
||||
_build_hq_scalers="no"
|
||||
;;
|
||||
ppc-amigaos)
|
||||
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
|
||||
_endian=big
|
||||
|
Loading…
Reference in New Issue
Block a user