[oe-commits] Koen Kooi : angstrom: disable binary localegen for armv6-novfp as well

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


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

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

angstrom: disable binary localegen for armv6-novfp as well
* qemu crashed

---

 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 055efc6..556a2d7 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -99,6 +99,7 @@ LOCALE_UTF8_ONLY = "1"
 
 #qemu doesn't like armv6/eabi/vfp
 ENABLE_BINARY_LOCALE_GENERATION_armv6 = "0"
+ENABLE_BINARY_LOCALE_GENERATION_armv6-novfp = "0"
 ENABLE_BINARY_LOCALE_GENERATION_armv7a = "0"
 
 #qemu has taken a dislike to armeb as well





More information about the Openembedded-commits mailing list