From: Hauke Mehrtens Date: Mon, 1 Jan 2018 15:58:33 +0000 (+0100) Subject: layerscape: activate fpu feature X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis.git;a=commitdiff_plain;h=597de6904c39e02a8aa008f50ff19c6793117194 layerscape: activate fpu feature The CPU sub type was set to a CPU version with FPU, but the FPU feature was not activated before, so a soft float toolchain was created. Activate also the FPU feature to create the correct toolchain. Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index 67da8449aa..bd91556ef4 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -10,7 +10,7 @@ BOARD:=layerscape BOARDNAME:=NXP Layerscape DEVICE_TYPE:=developerboard KERNEL_PATCHVER:=4.9 -FEATURES:=squashfs nand usb pcie gpio +FEATURES:=squashfs nand usb pcie gpio fpu SUBTARGETS:=armv8_64b armv8_32b MAINTAINER:=Yangbo Lu