diff options
author | Jordi Vilalta Prat | 2008-05-06 23:56:05 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2008-05-06 23:56:05 +0000 |
commit | cdc4f4baca25591eeb6815b82c3fcd6db779e650 (patch) | |
tree | afc3500d54663b6a1c8531bb87098380d3796b9e | |
parent | 16abd33aeace5c830b085c32ac570f5ef0b828fc (diff) | |
download | scummvm-rg350-cdc4f4baca25591eeb6815b82c3fcd6db779e650.tar.gz scummvm-rg350-cdc4f4baca25591eeb6815b82c3fcd6db779e650.tar.bz2 scummvm-rg350-cdc4f4baca25591eeb6815b82c3fcd6db779e650.zip |
Added openembedded.org target names (patch #1959138)
svn-id: r31912
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1061,7 +1061,7 @@ if test -n "$_host"; then type_2_byte='short' type_4_byte='int' ;; - arm-linux|arm-linux-gnueabi|arm-*-linux-gnueabi) + arm-linux|arm*-linux-gnueabi|arm-*-linux|*-angstrom-linux) echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes" DEFINES="$DEFINES -DUNIX -DUSE_ARM_SOUND_ASM -DUSE_ARM_SMUSH_ASM" #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 |