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
This commit is contained in:
parent
ad4a390815
commit
ed11cd3980
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue