[oe-commits] Koen Kooi : angstrom: use floating point for tegra2

git version control git at git.openembedded.org
Wed Jan 5 17:47:16 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d419feeaf209e2da5fabea4dddd632dcb844a44b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d419feeaf209e2da5fabea4dddd632dcb844a44b

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan  5 18:44:37 2011 +0100

angstrom: use floating point for tegra2

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 conf/distro/include/angstrom.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 2ab9179..c04864b 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





More information about the Openembedded-commits mailing list