diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-13 13:49:10 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-06-13 13:49:10 +0000 |
commit | 93460f50ba07a00f60105706b54bf6264309f109 (patch) | |
tree | d8890f6f7c3a4a5b399b5cbd384790b1eef855ef | |
parent | 6711de902e38ef55a7ca3662d6a6dcf88d10a232 (diff) | |
download | rockbox-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
-rwxr-xr-x | tools/configure | 2 |
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 | ||
42 | findarmgcc() { | 42 | findarmgcc() { |
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 |