From e4827031e2f72ca7f9a250c3617159c3b1b386a4 Mon Sep 17 00:00:00 2001 From: Peter Vicman Date: Sat, 5 Nov 2016 09:04:12 +0100 Subject: [PATCH] buildsys: no more extra optimizations OPTIMIZATIONS variable removed in 4df4ea789c44137f90c8c804888649cd35ae5e7c --- config/functions | 1 - 1 file changed, 1 deletion(-) diff --git a/config/functions b/config/functions index 2702b36fb5..f61779c48d 100644 --- a/config/functions +++ b/config/functions @@ -354,7 +354,6 @@ show_config() { config_message="$config_message\n - FLOAT:\t\t\t\t $TARGET_FLOAT" config_message="$config_message\n - FPU:\t\t\t\t\t $TARGET_FPU" config_message="$config_message\n - SIMD support:\t\t\t $SIMD_SUPPORT" - config_message="$config_message\n - Optimizations:\t\t\t $OPTIMIZATIONS" config_message="$config_message\n - LTO (Link Time Optimization) support: $LTO_SUPPORT" config_message="$config_message\n - GOLD (Google Linker) Support:\t $GOLD_SUPPORT" config_message="$config_message\n - LLVM support:\t\t\t $LLVM_SUPPORT"