1
0
Fork 0
forked from len0rd/rockbox

Build iPod Color, iPod Mini 2nd Gen and Sansa c200 with EABI.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26814 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2010-06-12 09:35:55 +00:00
parent e42067d04c
commit e53b7e3e43

2
tools/configure vendored
View file

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