[oe-commits] Koen Kooi : angstrom: stop disabling binary localegen for >= armv6 per RFC on the ml

git version control git at git.openembedded.org
Tue Jul 7 13:58:05 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 4796ca8d5b4b791077bad69db1ce673b02f329a0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4796ca8d5b4b791077bad69db1ce673b02f329a0

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jul  1 08:54:21 2009 +0000

angstrom: stop disabling binary localegen for >=armv6 per RFC on the ml

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen at openembedded.org>

---

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

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 18c2af1..f46e725 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -101,11 +101,6 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "1"
 # We only want to build UTF8 locales
 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
 ENABLE_BINARY_LOCALE_GENERATION_armeb = "0"
 





More information about the Openembedded-commits mailing list