show_config: show global compiler / linker flags used in build

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2020-06-03 17:48:57 +00:00
parent 44cb449b38
commit 4c95a9f1b0

View File

@ -22,9 +22,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 $TARGET_CFLAGS"
config_message+="\n - LDFLAGS:\t $TARGET_LDFLAGS"
# Misc. hardware configuration