aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kołodziejski2007-04-07 09:20:48 +0000
committerPaweł Kołodziejski2007-04-07 09:20:48 +0000
commit83610641c7f866e218cf562b2abeb94619bc229a (patch)
tree14f89efd7791ce6e64230e06f78fa0fe11e7ded0
parent6c48b97f0adf9f918f1884fd9fcb6f8ae17f361c (diff)
downloadscummvm-rg350-83610641c7f866e218cf562b2abeb94619bc229a.tar.gz
scummvm-rg350-83610641c7f866e218cf562b2abeb94619bc229a.tar.bz2
scummvm-rg350-83610641c7f866e218cf562b2abeb94619bc229a.zip
allow arm-linux-gnueabi target too
svn-id: r26398
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3c1f3c1a01..74474cca35 100755
--- a/configure
+++ b/configure
@@ -714,7 +714,7 @@ if test -n "$_host"; then
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