diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2010-06-19 20:48:25 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2010-06-19 20:48:25 +0000 |
| commit | 9b8659315ee6a84ae8318501355a7e8314ddef94 (patch) | |
| tree | e9c773b22170f4814c02653985707893fb066302 | |
| parent | 485acfba3f144a3dbe6fca03109ccb2750bf37bb (diff) | |
| download | rockbox-9b8659315ee6a84ae8318501355a7e8314ddef94.zip rockbox-9b8659315ee6a84ae8318501355a7e8314ddef94.tar.gz rockbox-9b8659315ee6a84ae8318501355a7e8314ddef94.tar.bz2 rockbox-9b8659315ee6a84ae8318501355a7e8314ddef94.tar.xz | |
iPod Nano 1G - Build with EABI.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26975 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 dbba0d1..9f5b5cf 100755 --- a/tools/configure +++ b/tools/configure @@ -40,7 +40,7 @@ prefixtools () { } findarmgcc() { - models_not_checked_with_eabi="ipodnano1g ipod4g vibe500 cowond2" + models_not_checked_with_eabi="ipod4g 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 |