From 93460f50ba07a00f60105706b54bf6264309f109 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 13 Jun 2010 13:49:10 +0000 Subject: build cowond2 and iaudio7 with EABI, they aren't stable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26830 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 4547fbe294..055628b3b5 100755 --- a/tools/configure +++ b/tools/configure @@ -40,7 +40,7 @@ prefixtools () { } findarmgcc() { - models_not_checked_with_eabi="ipodnano1g ipod3g ipod4g ipodmini1g ipod1g2g iaudio7 cowond2 vibe500" + models_not_checked_with_eabi="ipodnano1g ipod3g ipod4g ipodmini1g ipod1g2g vibe500" if [ "$ARG_ARM_EABI" != 1 ]; then # eabi not explicitely enabled for model in $models_not_checked_with_eabi; do if [ "$modelname" = "$model" ]; then -- cgit v1.2.3