Skip to content
Snippets Groups Projects
Commit 6752d4cb authored by Luka Perkov's avatar Luka Perkov
Browse files

imx6: enable FPU for hard float


The OpenWrt build system uses MACHINE_FEATURES of fpu to set the HAS_FPU which
in turn sets the default of CONFIG_SOFT_FLOAT as well as uClibc configuration.
As the IMX6 SoC has both vfpv3 and NEON hardware support we want to add fpu
to the feature list.  This will default the IMX6 target to use -mfloat-abi=hard
which will the be most efficient use of floating point.

When switching to hard float, we also need to enable VFP support in the kernel.

Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>

SVN-Revision: 39759
parent 95c97bf2
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment