summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/configure b/tools/configure
index 1b88c30..5045405 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"