mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 23:26:44 +00:00
use USE_ARM_SOUND_ASM for arm-linux target
svn-id: r27476
This commit is contained in:
parent
77acf1bd38
commit
405f4110a8
2
configure
vendored
2
configure
vendored
@ -721,7 +721,7 @@ if test -n "$_host"; then
|
||||
;;
|
||||
arm-linux|arm-linux-gnueabi|arm-*-linux-gnueabi)
|
||||
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
|
||||
DEFINES="$DEFINES -DUNIX"
|
||||
DEFINES="$DEFINES -DUNIX -DUSE_ARM_SOUND_ASM"
|
||||
#not true for all ARM systems, but the interesting ones are all LE. Most (if not all) BE arm devices don't have a screen
|
||||
_def_endianness='#define SCUMM_LITTLE_ENDIAN'
|
||||
_def_align='#define SCUMM_NEED_ALIGNMENT'
|
||||
|
Loading…
Reference in New Issue
Block a user