[Scummvm-cvs-logs] SF.net SVN: scummvm: [22804] scummvm/trunk/configure

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Wed May 31 12:18:03 CEST 2006


Revision: 22804
Author:   aquadran
Date:     2006-05-31 12:17:08 -0700 (Wed, 31 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22804&view=rev

Log Message:
-----------
added arm-*-linux-gnueabi target to configure

Modified Paths:
--------------
    scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2006-05-31 19:05:47 UTC (rev 22803)
+++ scummvm/trunk/configure	2006-05-31 19:17:08 UTC (rev 22804)
@@ -752,7 +752,7 @@
 			type_2_byte='short'
 			type_4_byte='int'
 			;;
-		arm-linux)
+		arm-linux|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