aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohn Willis2010-02-23 21:01:05 +0000
committerJohn Willis2010-02-23 21:01:05 +0000
commited11cd3980f9539404b7ce19adf76d3d539c2235 (patch)
treefd374448eaade4e721c3d207aa2f7de0b574cb7d /configure
parentad4a3908152fc41a7e067872f4668f0cf975d087 (diff)
downloadscummvm-rg350-ed11cd3980f9539404b7ce19adf76d3d539c2235.tar.gz
scummvm-rg350-ed11cd3980f9539404b7ce19adf76d3d539c2235.tar.bz2
scummvm-rg350-ed11cd3980f9539404b7ce19adf76d3d539c2235.zip
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.
svn-id: r48116
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 60b1c22955..c4a5c6d79c 100755
--- a/configure
+++ b/configure
@@ -1350,7 +1350,7 @@ if test -n "$_host"; then
# 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'