aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kołodziejski2007-06-16 18:50:25 +0000
committerPaweł Kołodziejski2007-06-16 18:50:25 +0000
commit405f4110a82164a51be85eeeda0928bd4294a523 (patch)
tree2a75725ee53cb71535b88cf7838c957127c99eac
parent77acf1bd382f56b9498498c1b4b10245f22c9ec8 (diff)
downloadscummvm-rg350-405f4110a82164a51be85eeeda0928bd4294a523.tar.gz
scummvm-rg350-405f4110a82164a51be85eeeda0928bd4294a523.tar.bz2
scummvm-rg350-405f4110a82164a51be85eeeda0928bd4294a523.zip
use USE_ARM_SOUND_ASM for arm-linux target
svn-id: r27476
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 323e0c1918..10d410b9b2 100755
--- a/configure
+++ b/configure
@@ -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'