forked from len0rd/rockbox
iPod Nano 1G - Build with EABI.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26975 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
485acfba3f
commit
9b8659315e
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -40,7 +40,7 @@ prefixtools () {
|
|||
}
|
||||
|
||||
findarmgcc() {
|
||||
models_not_checked_with_eabi="ipodnano1g ipod4g vibe500 cowond2"
|
||||
models_not_checked_with_eabi="ipod4g vibe500 cowond2"
|
||||
if [ "$ARG_ARM_EABI" != 1 ]; then # eabi not explicitely enabled
|
||||
for model in $models_not_checked_with_eabi; do
|
||||
if [ "$modelname" = "$model" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue