summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/configure b/tools/configure
index 4059a95a68..08d07b7797 100755
--- a/tools/configure
+++ b/tools/configure
@@ -3707,12 +3707,6 @@ if test "$CC" = "sh-elf-gcc"; then
3707 echo "WARNING: You use an unpatched gcc compiler: $gccver" 3707 echo "WARNING: You use an unpatched gcc compiler: $gccver"
3708 echo "WARNING: http://www.rockbox.org/twiki/bin/view/Main/CrossCompiler" 3708 echo "WARNING: http://www.rockbox.org/twiki/bin/view/Main/CrossCompiler"
3709 fi 3709 fi
3710
3711 if test "$gccnum" -ge "406"; then
3712 echo "Enabling link-time optimization"
3713 GCCOPTS="$GCCOPTS -flto"
3714 fi
3715
3716 fi 3710 fi
3717fi 3711fi
3718 3712