diff options
author | Paweł Kołodziejski | 2007-04-07 09:20:48 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2007-04-07 09:20:48 +0000 |
commit | 83610641c7f866e218cf562b2abeb94619bc229a (patch) | |
tree | 14f89efd7791ce6e64230e06f78fa0fe11e7ded0 | |
parent | 6c48b97f0adf9f918f1884fd9fcb6f8ae17f361c (diff) | |
download | scummvm-rg350-83610641c7f866e218cf562b2abeb94619bc229a.tar.gz scummvm-rg350-83610641c7f866e218cf562b2abeb94619bc229a.tar.bz2 scummvm-rg350-83610641c7f866e218cf562b2abeb94619bc229a.zip |
allow arm-linux-gnueabi target too
svn-id: r26398
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |