From d419feeaf209e2da5fabea4dddd632dcb844a44b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 5 Jan 2011 18:44:37 +0100 Subject: [PATCH] angstrom: use floating point for tegra2 Signed-off-by: Koen Kooi --- conf/distro/include/angstrom.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 2ab91796a0..c04864ba96 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -133,6 +133,7 @@ TARGET_FPU_ppc405 ?= "soft" TARGET_FPU_armv6 ?= "hard" TARGET_FPU_armv6-novfp ?= "soft" TARGET_FPU_armv7a ?= "hard" +TARGET_FPU_armv7a-vfp ?= "hard" TARGET_FPU_ppc603e ?= "hard" # webkit-gtk and cairo have alignment issues with double instructions on armv5 so -- 2.39.5