diff options
author | Karl Kurbjun <kkurbjun@gmail.com> | 2010-06-12 06:18:12 +0000 |
---|---|---|
committer | Karl Kurbjun <kkurbjun@gmail.com> | 2010-06-12 06:18:12 +0000 |
commit | 07334050919868c82e8578f29769e125bafbf7df (patch) | |
tree | cad50409434546485f347fe40e04f4453c3ae24a /tools | |
parent | 50e6e896aded4a6b0f4720a27cd02b6d9c1f8b4b (diff) | |
download | rockbox-07334050919868c82e8578f29769e125bafbf7df.tar.gz rockbox-07334050919868c82e8578f29769e125bafbf7df.zip |
M:Robe 500 - Build with EABI.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26811 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index b2e4921999..30465ade30 100755 --- a/tools/configure +++ b/tools/configure @@ -40,7 +40,7 @@ prefixtools () { } findarmgcc() { - models_not_checked_with_eabi="ipodcolor ipodnano1g ipod3g ipod4g ipodmini1g ipodmini2g ipod1g2g ipodnano2g iaudio7 cowond2 mrobe500 mrobe100 sansac200 vibe500" + models_not_checked_with_eabi="ipodcolor ipodnano1g ipod3g ipod4g ipodmini1g ipodmini2g ipod1g2g ipodnano2g iaudio7 cowond2 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 |