mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/arm: use eabihf for hard float
This commit is contained in:
parent
6353c73e15
commit
e545d5b081
@ -49,6 +49,10 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "${TARGET_FLOAT}" = "hard" ]; then
|
||||
TARGET_ABI+="hf"
|
||||
fi
|
||||
|
||||
TARGET_VARIANT="${TARGET_SUBARCH}${TARGET_CPU_FLAGS}"
|
||||
TARGET_GCC_ARCH=${TARGET_SUBARCH/-}
|
||||
TARGET_KERNEL_ARCH=${TARGET_KERNEL_ARCH:-arm}
|
||||
|
Loading…
x
Reference in New Issue
Block a user