config/show_config: minor clean up

- get rid of leading whitespace
- according to https://ccache.dev/ it's "Ccache"
This commit is contained in:
SupervisedThinking 2022-12-08 12:12:59 +01:00
parent cfd7db5ff0
commit 2df69c0d23

View File

@ -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