From f746302ec3f5541e2fde1454aeb52f6c5f744022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Fri, 9 Jul 2010 19:45:57 +0000 Subject: [PATCH] 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 --- tools/configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/configure b/tools/configure index 1b88c30a6f..504540505d 100755 --- a/tools/configure +++ b/tools/configure @@ -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"