From d3d3bda6f1442ed094d7a2ade2702fdc20eb1ada Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Fri, 23 Jul 2010 00:15:08 +0300 Subject: [PATCH] omap3-pandora-kernel: enable old float emulation This will allow to run old hard float binaries. --- recipes/linux/omap3-pandora-kernel/defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/linux/omap3-pandora-kernel/defconfig b/recipes/linux/omap3-pandora-kernel/defconfig index 877c5a0..62e8dcb 100644 --- a/recipes/linux/omap3-pandora-kernel/defconfig +++ b/recipes/linux/omap3-pandora-kernel/defconfig @@ -317,11 +317,13 @@ CONFIG_ATAGS_PROC=y # # At least one emulation must be selected # -# CONFIG_FPE_NWFPE is not set +CONFIG_FPE_NWFPE=y +# CONFIG_FPE_NWFPE_XP is not set # CONFIG_FPE_FASTFPE is not set CONFIG_VFP=y CONFIG_VFPv3=y CONFIG_NEON=y +# CONFIG_ARM_ERRATUM_451034 is not set # # Userspace binary formats -- 2.39.5