configure: build ipod4g with eabi

EABI is now the default for all targets, but --no-eabi is still
available for testing purposes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27361 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-07-09 19:45:57 +00:00
parent c6898a0d55
commit f746302ec3

3
tools/configure vendored
View file

@ -43,9 +43,6 @@ prefixtools () {
}
findarmgcc() {
# FIXME: ipod4g buttons do not work
[ "$ARG_ARM_EABI" != 1 -a "$modelname" = "ipod4g" ] && ARG_ARM_EABI="0"
if [ "$ARG_ARM_EABI" != "0" ]; then
prefixtools arm-elf-eabi-
gccchoice="4.4.4"