From 99e260c9099cb85d03b2196c380e2bfe8df87eb7 Mon Sep 17 00:00:00 2001 From: SupervisedThinking Date: Wed, 9 Mar 2022 12:49:36 +0100 Subject: [PATCH] config/show_config: ident cflags/ldflags --- config/show_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/show_config b/config/show_config index 337f85f1ef..ab9070150e 100644 --- a/config/show_config +++ b/config/show_config @@ -33,8 +33,8 @@ show_config() { config_message+="\n - GOLD (Google Linker) Support:\t ${GOLD_SUPPORT}" 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 ${TARGET_CFLAGS}" - config_message+="\n - LDFLAGS:\t ${TARGET_LDFLAGS}" + config_message+="\n - CFLAGS:\t\t\t\t ${TARGET_CFLAGS}" + config_message+="\n - LDFLAGS:\t\t\t\t ${TARGET_LDFLAGS}" # Misc. hardware configuration