diff -r 1d6fd9bde73c -r 15eedf548d33 config/cc/gcc.in.2 --- a/config/cc/gcc.in.2 Wed Dec 26 20:05:19 2012 +0100 +++ b/config/cc/gcc.in.2 Sun May 05 17:59:00 2013 +0200 @@ -70,20 +70,9 @@ comment "Optimisation features" +# Defined in config/cc/gcc.in config CC_GCC_USE_GRAPHITE - bool prompt "Enable GRAPHITE loop optimisations" - default y - depends on CC_GCC_HAS_GRAPHITE - select CC_GCC_USE_PPL_CLOOG - help - Enable the GRAPHITE loop optimsations. - - This requires the PPL and CLooG companion libraries, and - those will be automatically build for you. - - On some systems (eg. Cygwin), PPL and/or CLooG may not - build properly (yet), so you'll have to say 'N' here. # The way LTO works is a bit twisted. # See: http://gcc.gnu.org/wiki/LinkTimeOptimization#Requirements @@ -95,17 +84,9 @@ # advantage of it # Also, only the 4.5 series needs libelf for LTO; 4.6 has dropped # the dependency. +# Defined in config/cc/gcc.in config CC_GCC_USE_LTO - bool prompt "Enable LTO" - default y - depends on CC_GCC_HAS_LTO - select CC_GCC_USE_LIBELF if CC_GCC_4_5 - help - Enable the Link Time Optimisations. - - This will require the libelf companion library, and it - wil be build automatically for you. #----------------------------------------------------------------------------- comment "Settings for libraries running on target"