projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01cc6bd
)
layerscape: activate fpu feature
author
Hauke Mehrtens
<
[email protected]
>
Mon, 1 Jan 2018 15:58:33 +0000
(16:58 +0100)
committer
John Crispin
<
[email protected]
>
Tue, 2 Jan 2018 06:24:46 +0000
(07:24 +0100)
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 <
[email protected]
>
target/linux/layerscape/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/layerscape/Makefile
b/target/linux/layerscape/Makefile
index 67da8449aac230aa0bf925b9093dc9902515b4e3..bd91556ef4f23de8f14cb025ed98dc44f5dfd064 100644
(file)
--- 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 <
[email protected]
>