diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2010-06-13 21:50:09 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2010-06-13 21:50:09 +0000 |
commit | 7b59f99a72cb40dda38cd8ed7f2d3ab99afe85e4 (patch) | |
tree | f631bb2285f57bdedd4646e1bfb34c0694b2185e | |
parent | dfce3574746d4859a104031e93ca311ccb0f4e8d (diff) |
Build D2 with the old compiler again (configure)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26836 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 055628b3b5..91edd663e5 100755 --- a/tools/configure +++ b/tools/configure @@ -40,7 +40,7 @@ prefixtools () { } findarmgcc() { - models_not_checked_with_eabi="ipodnano1g ipod3g ipod4g ipodmini1g ipod1g2g vibe500" + models_not_checked_with_eabi="ipodnano1g ipod3g ipod4g ipodmini1g ipod1g2g 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 |