summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2010-06-18 22:38:11 +0000
committerJens Arnold <amiconn@rockbox.org>2010-06-18 22:38:11 +0000
commitfc2ff76647b96044f5e5a4c75540879002aafdcb (patch)
treefea3eb895b537c3765292e9d924076e50c2e5547
parent7eee9387db6094b862e6eca77fae86c74b77d1a1 (diff)
downloadrockbox-fc2ff76647b96044f5e5a4c75540879002aafdcb.tar.gz
rockbox-fc2ff76647b96044f5e5a4c75540879002aafdcb.zip
Build iPod 1st/2nd Gen with EABI (main build and bootloader verified working).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26942 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index c805f2250e..2e80e6d1d8 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 ipod1g2g vibe500 cowond2" 43 models_not_checked_with_eabi="ipodnano1g ipod4g ipodmini1g 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