diff options
author | Karl Kurbjun <kkurbjun@gmail.com> | 2010-06-19 20:35:58 +0000 |
---|---|---|
committer | Karl Kurbjun <kkurbjun@gmail.com> | 2010-06-19 20:35:58 +0000 |
commit | 4932362e11425550d619e6c2de9f896879b7837f (patch) | |
tree | 7dcc6e44df3cc5c901c79b91f520daba7131b746 /tools/configure | |
parent | b7a8935dffe82ceb40b63d7c6e97017a6dfac064 (diff) |
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-x | tools/configure | 2 |
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 () { } findarmgcc() { - models_not_checked_with_eabi="ipodnano1g ipod4g ipodmini1g vibe500 cowond2" + models_not_checked_with_eabi="ipodnano1g 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 |