From ab75e8e27c7a2a01f2edb96a46b42da1988afeb3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 29 Jul 2012 15:19:25 +0200 Subject: [PATCH] config/functions: update configuration table Signed-off-by: Stephan Raue --- config/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/config/functions b/config/functions index c449af22c0..8ba7129c93 100644 --- a/config/functions +++ b/config/functions @@ -244,6 +244,7 @@ show_config() { config_message="$config_message\n - CPU (ARCH):\t\t\t\t $TARGET_CPU ($TARGET_ARCH)" 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 - LLVM support:\t\t\t $LLVM_SUPPORT"