diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-06-11 22:13:59 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-06-11 22:13:59 +0000 |
commit | a3f314bf167d6cf7020873591cfb945b6d18e8bc (patch) | |
tree | 359d7c8853eb4e0afcef058ec188755ee0dceaa6 | |
parent | ce0d21437e5197f90b0d8aa7a9055571c9db0263 (diff) |
Build iPod Video with EABI toolchain.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26802 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 1f06795542..0b9d6c4077 100755 --- a/tools/configure +++ b/tools/configure @@ -40,7 +40,7 @@ prefixtools () { } findarmgcc() { - models_not_checked_with_eabi="iriverh10_5gb ipodcolor ipodnano1g ipodvideo ipod3g ipod4g ipodmini1g ipodmini2g ipod1g2g ipodnano2g iaudio7 cowond2 mrobe500 mrobe100 sansac200 vibe500" + models_not_checked_with_eabi="iriverh10_5gb ipodcolor ipodnano1g ipod3g ipod4g ipodmini1g ipodmini2g ipod1g2g ipodnano2g iaudio7 cowond2 mrobe500 mrobe100 sansac200 vibe500" if [ "$ARG_ARM_EABI" != 1 ]; then # eabi not explicitely enabled for model in $models_not_checked_with_eabi; do if [ "$modelname" = "$model" ]; then |