summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-06-13 13:49:10 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-06-13 13:49:10 +0000
commit93460f50ba07a00f60105706b54bf6264309f109 (patch)
treed8890f6f7c3a4a5b399b5cbd384790b1eef855ef /tools
parent6711de902e38ef55a7ca3662d6a6dcf88d10a232 (diff)
downloadrockbox-93460f50ba07a00f60105706b54bf6264309f109.tar.gz
rockbox-93460f50ba07a00f60105706b54bf6264309f109.zip
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 4547fbe294..055628b3b5 100755
--- a/tools/configure
+++ b/tools/configure
@@ -40,7 +40,7 @@ prefixtools () {
40} 40}
41 41
42findarmgcc() { 42findarmgcc() {
43 models_not_checked_with_eabi="ipodnano1g ipod3g ipod4g ipodmini1g ipod1g2g iaudio7 cowond2 vibe500" 43 models_not_checked_with_eabi="ipodnano1g ipod3g ipod4g ipodmini1g ipod1g2g vibe500"
44 if [ "$ARG_ARM_EABI" != 1 ]; then # eabi not explicitely enabled 44 if [ "$ARG_ARM_EABI" != 1 ]; then # eabi not explicitely enabled
45 for model in $models_not_checked_with_eabi; do 45 for model in $models_not_checked_with_eabi; do
46 if [ "$modelname" = "$model" ]; then 46 if [ "$modelname" = "$model" ]; then