From 2df69c0d230c4d1c41b43d342063c3e254f65a94 Mon Sep 17 00:00:00 2001 From: SupervisedThinking Date: Thu, 8 Dec 2022 12:12:59 +0100 Subject: [PATCH] config/show_config: minor clean up - get rid of leading whitespace - according to https://ccache.dev/ it's "Ccache" --- config/show_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/show_config b/config/show_config index 9ca1daec4a..975590d915 100644 --- a/config/show_config +++ b/config/show_config @@ -36,8 +36,8 @@ show_config() { config_message+="\n - LLVM support:\t\t\t ${LLVM_SUPPORT}" config_message+="\n - DEBUG:\t\t\t\t ${DEBUG:-no}" config_message+="\n - CFLAGS:\t\t\t\t ${TARGET_CFLAGS}" - config_message+="\n - LDFLAGS:\t\t\t\t ${TARGET_LDFLAGS}" - config_message+="\n - Local ccache:\t\t\t ${LOCAL_CCACHE:-no}" + config_message+="\n - LDFLAGS:\t\t\t\t $(sed 's/^ *//' <<< ${TARGET_LDFLAGS})" + config_message+="\n - Local Ccache:\t\t\t ${LOCAL_CCACHE:-no}" # Misc. hardware configuration