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:
parent
c6898a0d55
commit
f746302ec3
1 changed files with 0 additions and 3 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue