mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
show_config: not all devices will have TARGET_FPU set
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
388bfe4440
commit
0bb989879e
@ -16,7 +16,9 @@ show_config() {
|
||||
|
||||
config_message+="\n - CPU (ARCH):\t\t\t\t $TARGET_CPU ($TARGET_ARCH)"
|
||||
config_message+="\n - FLOAT:\t\t\t\t $TARGET_FLOAT"
|
||||
config_message+="\n - FPU:\t\t\t\t\t $TARGET_FPU"
|
||||
if [ -n "${TARGET_FPU}" ]; then
|
||||
config_message+="\n - FPU:\t\t\t\t\t ${TARGET_FPU}"
|
||||
fi
|
||||
config_message+="\n - CPU features:\t\t\t $TARGET_FEATURES"
|
||||
config_message+="\n - LTO (Link Time Optimization) support: $LTO_SUPPORT"
|
||||
config_message+="\n - GOLD (Google Linker) Support:\t $GOLD_SUPPORT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user