1
0
Fork 0
forked from len0rd/rockbox

Build D2 with the old compiler again (configure)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26836 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-06-13 21:50:09 +00:00
parent dfce357474
commit 7b59f99a72

2
tools/configure vendored
View file

@ -40,7 +40,7 @@ prefixtools () {
}
findarmgcc() {
models_not_checked_with_eabi="ipodnano1g ipod3g ipod4g ipodmini1g ipod1g2g vibe500"
models_not_checked_with_eabi="ipodnano1g ipod3g ipod4g ipodmini1g ipod1g2g vibe500 cowond2"
if [ "$ARG_ARM_EABI" != 1 ]; then # eabi not explicitely enabled
for model in $models_not_checked_with_eabi; do
if [ "$modelname" = "$model" ]; then