summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 08d07b7797..4059a95a68 100755
--- a/tools/configure
+++ b/tools/configure
@@ -3707,6 +3707,12 @@ 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
3710 fi 3716 fi
3711fi 3717fi
3712 3718