config/arm: use eabihf for hard float

This commit is contained in:
MilhouseVH 2019-11-24 07:25:01 +00:00
parent 6353c73e15
commit e545d5b081

View File

@ -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}