mediatek: activate fpu feature flag
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 9 Feb 2018 23:52:20 +0000 (00:52 +0100)
committerJohn Crispin <john@phrozen.org>
Sun, 11 Feb 2018 15:42:28 +0000 (16:42 +0100)
commit3594447a7d0398c55ea78f658b52b7d8084ae9f9
tree51b06d921e82e9986f5555dee3334a476011a075
parentda52dd0c833d2ccf0be06838fc94d6f0865692c1
mediatek: activate fpu feature flag

The arm CPUs uses in the supported Mediatket SoCs have a FPU accordingly
to the datasheet, activate it also. The CPU subtype "neon-vfpv4" is
selected, but the toolcahin generated for this SoC will still be
compiled with soft float and not with the hard float ABI as we haven't
the fpu feature flag set. If this toolchain is reused by other targets
this will even affect other targets.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/mediatek/Makefile