diff options
author | Paweł Kołodziejski | 2006-05-31 19:17:08 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2006-05-31 19:17:08 +0000 |
commit | 0379a05d2c2f1b51b12ea1282741129db5483f32 (patch) | |
tree | 402ef0773e65484c6e64c28c4022c089087e60a2 /configure | |
parent | 4ccc04588f14372b18b746ee45a7abc536404077 (diff) | |
download | scummvm-rg350-0379a05d2c2f1b51b12ea1282741129db5483f32.tar.gz scummvm-rg350-0379a05d2c2f1b51b12ea1282741129db5483f32.tar.bz2 scummvm-rg350-0379a05d2c2f1b51b12ea1282741129db5483f32.zip |
added arm-*-linux-gnueabi target to configure
svn-id: r22804
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -752,7 +752,7 @@ if test -n "$_host"; then 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 |