[oe-commits] Koen Kooi : angstrom: set target fpu to soft for armv6-novfp

GIT User account git at amethyst.openembedded.net
Sun Nov 30 14:33:17 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Nov 30 15:31:41 2008 +0100

angstrom: set target fpu to soft for armv6-novfp

---

 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 556a2d7..847078b 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -113,6 +113,7 @@ TARGET_FPU_ixp4xx ?= "soft"
 TARGET_FPU_ppc405 ?= "soft"
 
 TARGET_FPU_armv6 ?= "hard"
+TARGET_FPU_armv6-novfp ?= "soft"
 TARGET_FPU_armv7a ?= "hard"
 TARGET_FPU_ppc603e ?= "hard"
 





More information about the Openembedded-commits mailing list