diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -565,7 +565,7 @@ arm-riscos) EXEEXT=",ff8" ;; gp2x-linux) - EXEEXT=".gpe" + EXEEXT=".gp2x" ;; *) EXEEXT="" @@ -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' @@ -731,7 +731,7 @@ if test -n "$_host"; then ;; gp2x) echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes" - DEFINES="$DEFINES -DUNIX -DGP2X" + DEFINES="$DEFINES -DUNIX -DGP2X -DUSE_ARM_SOUND_ASM" _def_endianness='#define SCUMM_LITTLE_ENDIAN' _def_align='#define SCUMM_NEED_ALIGNMENT' type_1_byte='char' @@ -1324,7 +1324,7 @@ if test "$_build_sword1" = yes ; then if test "$_mpeg2" = yes ; then echo " (w/ mpeg2 cutscenes)" else - echo " (without mpeg2 cutscenes)" + echo " (without mpeg2 cutscenes)" fi fi if test "$_build_sword2" = yes ; then |
