mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
show_config: add information on TARGET_KERNEL_ARCH
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
0f0506af5d
commit
9bc5b38884
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user