summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure3
1 files changed, 0 insertions, 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 () {
43} 43}
44 44
45findarmgcc() { 45findarmgcc() {
46 # FIXME: ipod4g buttons do not work
47 [ "$ARG_ARM_EABI" != 1 -a "$modelname" = "ipod4g" ] && ARG_ARM_EABI="0"
48
49 if [ "$ARG_ARM_EABI" != "0" ]; then 46 if [ "$ARG_ARM_EABI" != "0" ]; then
50 prefixtools arm-elf-eabi- 47 prefixtools arm-elf-eabi-
51 gccchoice="4.4.4" 48 gccchoice="4.4.4"