From fb306076fb0735e6da7c4b34ea089012f1251a67 Mon Sep 17 00:00:00 2001 From: kkurbjun Date: Sat, 19 Jun 2010 20:48:25 +0000 Subject: [PATCH] iPod Nano 1G - Build with EABI. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26975 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index dbba0d166..9f5b5cfdb 100755 --- a/tools/configure +++ b/tools/configure @@ -40,7 +40,7 @@ prefixtools () { } findarmgcc() { - models_not_checked_with_eabi="ipodnano1g ipod4g vibe500 cowond2" + models_not_checked_with_eabi="ipod4g 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 -- 2.11.4.GIT