[Scummvm-cvs-logs] SF.net SVN: scummvm: [27476] scummvm/trunk/configure
aquadran at users.sourceforge.net
aquadran at users.sourceforge.net
Sat Jun 16 20:50:26 CEST 2007
Revision: 27476
http://scummvm.svn.sourceforge.net/scummvm/?rev=27476&view=rev
Author: aquadran
Date: 2007-06-16 11:50:25 -0700 (Sat, 16 Jun 2007)
Log Message:
-----------
use USE_ARM_SOUND_ASM for arm-linux target
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2007-06-16 17:55:45 UTC (rev 27475)
+++ scummvm/trunk/configure 2007-06-16 18:50:25 UTC (rev 27476)
@@ -721,7 +721,7 @@
;;
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'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list