summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2010-06-19 20:35:58 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2010-06-19 20:35:58 +0000
commit4932362e11425550d619e6c2de9f896879b7837f (patch)
tree7dcc6e44df3cc5c901c79b91f520daba7131b746 /tools/configure
parentb7a8935dffe82ceb40b63d7c6e97017a6dfac064 (diff)
downloadrockbox-4932362e11425550d619e6c2de9f896879b7837f.tar.gz
rockbox-4932362e11425550d619e6c2de9f896879b7837f.zip
iPod Mini 1G - Build with EABI.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26963 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 2e80e6d1d8..dbba0d166b 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 ipodmini1g vibe500 cowond2" 43 models_not_checked_with_eabi="ipodnano1g 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