summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-06-24 21:01:34 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-06-24 21:01:34 +0000
commit273a2b8e2ae4db6007c5e543d6cda7257049a6a2 (patch)
tree31da18174f6825928b57d91a11390bd204811bbc
parent033634fc5c0fa6f5a01fafe6235d8491e9a78f24 (diff)
downloadrockbox-273a2b8e2ae4db6007c5e543d6cda7257049a6a2.tar.gz
rockbox-273a2b8e2ae4db6007c5e543d6cda7257049a6a2.zip
Build PB Vibe 500 with EABI.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27120 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 da64ff8296..cacee914f3 100755
--- a/tools/configure
+++ b/tools/configure
@@ -40,7 +40,7 @@ prefixtools () {
40} 40}
41 41
42findarmgcc() { 42findarmgcc() {
43 models_not_checked_with_eabi="ipod4g vibe500 cowond2" 43 models_not_checked_with_eabi="ipod4g 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