summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2010-06-19 20:48:25 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2010-06-19 20:48:25 +0000
commit9b8659315ee6a84ae8318501355a7e8314ddef94 (patch)
treee9c773b22170f4814c02653985707893fb066302 /tools
parent485acfba3f144a3dbe6fca03109ccb2750bf37bb (diff)
downloadrockbox-9b8659315ee6a84ae8318501355a7e8314ddef94.tar.gz
rockbox-9b8659315ee6a84ae8318501355a7e8314ddef94.zip
iPod Nano 1G - Build with EABI.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26975 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 dbba0d166b..9f5b5cfdb4 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 ipod4g vibe500 cowond2" 43 models_not_checked_with_eabi="ipod4g vibe500 cowond2"
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