From: b0hoon Date: Thu, 24 Jun 2010 21:01:34 +0000 (+0000) Subject: Build PB Vibe 500 with EABI. X-Git-Url: https://repo.or.cz/w/kugel-rb.git/commitdiff_plain/7436ee2a831881bc4cc1a1f1f9ce217dbc0daadf Build PB Vibe 500 with EABI. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27120 a1c6a512-1295-4272-9138-f99709370657 --- diff --git a/tools/configure b/tools/configure index da64ff829..cacee914f 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