show_config: add information on TARGET_KERNEL_ARCH

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2021-06-21 00:09:38 +00:00
parent 0f0506af5d
commit 9bc5b38884

View File

@ -14,7 +14,9 @@ show_config() {
config_message+="\n\n Buildsystem configuration:"
config_message+="\n $dashes$dashes"
config_message+="\n - CPU (ARCH):\t\t\t\t $TARGET_CPU ($TARGET_ARCH)"
config_message+="\n - CPU:\t\t\t\t\t $TARGET_CPU"
config_message+="\n - Kernel Architecture:\t\t\t $TARGET_KERNEL_ARCH"
config_message+="\n - Userland Architecture:\t\t $TARGET_ARCH"
config_message+="\n - FLOAT:\t\t\t\t $TARGET_FLOAT"
if [ -n "${TARGET_FPU}" ]; then
config_message+="\n - FPU:\t\t\t\t\t ${TARGET_FPU}"