[Scummvm-cvs-logs] SF.net SVN: scummvm:[48116] scummvm/trunk/configure
djwillis at users.sourceforge.net
djwillis at users.sourceforge.net
Tue Feb 23 22:01:08 CET 2010
Revision: 48116
http://scummvm.svn.sourceforge.net/scummvm/?rev=48116&view=rev
Author: djwillis
Date: 2010-02-23 21:01:05 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
configure: Remove angstrom-* from the ARM compiler check as angstrom can be built for ARM and many other architectures. arm*-linux-gnueabi will pick up Angstrom toolchains anyway.
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2010-02-23 13:41:08 UTC (rev 48115)
+++ scummvm/trunk/configure 2010-02-23 21:01:05 UTC (rev 48116)
@@ -1350,7 +1350,7 @@
# Cross-compiling mode - add your target here if needed
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
case "$_host" in
- arm-linux|arm*-linux-gnueabi|arm-*-linux|*-angstrom-linux)
+ arm-linux|arm*-linux-gnueabi|arm-*-linux)
DEFINES="$DEFINES -DUNIX"
_need_memalign=yes
add_line_to_config_mk 'USE_ARM_SOUND_ASM = 1'
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