mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
Merge pull request #4023 from MilhouseVH/le10_eabihf
config/arm: use eabihf for hard float
This commit is contained in:
commit
d3323bb577
@ -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}
|
||||
|
@ -18,11 +18,11 @@ pre_configure_target() {
|
||||
case ${TARGET_ARCH} in
|
||||
aarch64)
|
||||
GPGERROR_TUPLE=aarch64-unknown-linux-gnu
|
||||
GPGERROR_TARGET=linux-gnueabi
|
||||
GPGERROR_TARGET=linux-gnu${TARGET_ABI}
|
||||
;;
|
||||
arm)
|
||||
GPGERROR_TUPLE=arm-unknown-linux-gnueabi
|
||||
GPGERROR_TARGET=linux-gnueabi
|
||||
GPGERROR_TARGET=linux-gnu${TARGET_ABI}
|
||||
;;
|
||||
x86_64)
|
||||
GPGERROR_TUPLE=x86_64-unknown-linux-gnu
|
||||
|
Loading…
x
Reference in New Issue
Block a user