diff options
| author | Szymon Dziok <b0hoon@o2.pl> | 2010-06-24 21:01:34 +0000 |
|---|---|---|
| committer | Szymon Dziok <b0hoon@o2.pl> | 2010-06-24 21:01:34 +0000 |
| commit | 273a2b8e2ae4db6007c5e543d6cda7257049a6a2 (patch) | |
| tree | 31da18174f6825928b57d91a11390bd204811bbc | |
| parent | 033634fc5c0fa6f5a01fafe6235d8491e9a78f24 (diff) | |
| download | rockbox-273a2b8e2ae4db6007c5e543d6cda7257049a6a2.zip rockbox-273a2b8e2ae4db6007c5e543d6cda7257049a6a2.tar.gz rockbox-273a2b8e2ae4db6007c5e543d6cda7257049a6a2.tar.bz2 rockbox-273a2b8e2ae4db6007c5e543d6cda7257049a6a2.tar.xz | |
Build PB Vibe 500 with EABI.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27120 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 da64ff8..cacee91 100755 --- a/tools/configure +++ b/tools/configure @@ -40,7 +40,7 @@ prefixtools () { } findarmgcc() { - models_not_checked_with_eabi="ipod4g vibe500 cowond2" + models_not_checked_with_eabi="ipod4g cowond2" if [ "$ARG_ARM_EABI" != 1 ]; then # eabi not explicitely enabled for model in $models_not_checked_with_eabi; do if [ "$modelname" = "$model" ]; then |