[Scummvm-cvs-logs] SF.net SVN: scummvm: [26398] scummvm/trunk/configure
aquadran at users.sourceforge.net
aquadran at users.sourceforge.net
Sat Apr 7 11:20:49 CEST 2007
Revision: 26398
http://scummvm.svn.sourceforge.net/scummvm/?rev=26398&view=rev
Author: aquadran
Date: 2007-04-07 02:20:48 -0700 (Sat, 07 Apr 2007)
Log Message:
-----------
allow arm-linux-gnueabi target too
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2007-04-06 21:15:48 UTC (rev 26397)
+++ scummvm/trunk/configure 2007-04-07 09:20:48 UTC (rev 26398)
@@ -714,7 +714,7 @@
type_2_byte='short'
type_4_byte='int'
;;
- arm-linux|arm-*-linux-gnueabi)
+ arm-linux|arm-linux-gnueabi|arm-*-linux-gnueabi)
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
DEFINES="$DEFINES -DUNIX"
#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
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