From 5dec7af1ecf5c0d483d13c8ad9cc0a13868a7c16 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Wed, 24 Oct 2012 14:05:39 +0200 Subject: Revert "SH gcc 4.6.3 with link-time optimization, for Archos targets" This was commited by accident, sorry. --- tools/configure | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools/configure') 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 echo "WARNING: You use an unpatched gcc compiler: $gccver" echo "WARNING: http://www.rockbox.org/twiki/bin/view/Main/CrossCompiler" fi - - if test "$gccnum" -ge "406"; then - echo "Enabling link-time optimization" - GCCOPTS="$GCCOPTS -flto" - fi - fi fi -- cgit v1.2.3