diff options
| author | Michael Sparmann <theseven@rockbox.org> | 2010-06-13 13:46:24 +0000 |
|---|---|---|
| committer | Michael Sparmann <theseven@rockbox.org> | 2010-06-13 13:46:24 +0000 |
| commit | 6711de902e38ef55a7ca3662d6a6dcf88d10a232 (patch) | |
| tree | 8e866f0b6c0d95bf79e90b6008a067d3e7a3b5a2 | |
| parent | c1a42ff44d4607ec68f38031c0fd1d406d05590a (diff) | |
| download | rockbox-6711de902e38ef55a7ca3662d6a6dcf88d10a232.zip rockbox-6711de902e38ef55a7ca3662d6a6dcf88d10a232.tar.gz rockbox-6711de902e38ef55a7ca3662d6a6dcf88d10a232.tar.bz2 rockbox-6711de902e38ef55a7ca3662d6a6dcf88d10a232.tar.xz | |
SSwitch ipodnano2g to eabi in /trunk/tools/configure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26828 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 e33f830..4547fbe 100755 --- a/tools/configure +++ b/tools/configure @@ -40,7 +40,7 @@ prefixtools () { } findarmgcc() { - models_not_checked_with_eabi="ipodnano1g ipod3g ipod4g ipodmini1g ipod1g2g ipodnano2g iaudio7 cowond2 vibe500" + models_not_checked_with_eabi="ipodnano1g ipod3g ipod4g ipodmini1g ipod1g2g iaudio7 cowond2 vibe500" if [ "$ARG_ARM_EABI" != 1 ]; then # eabi not explicitely enabled for model in $models_not_checked_with_eabi; do if [ "$modelname" = "$model" ]; then |