aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-22 09:32:35 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-22 09:32:35 +0200
commitf924eacf0f48f8d273d9fb1f63109d6e576f5e7c (patch)
treef898b405e7bc4415bf26a44cca88d466728e4f48
parentdd68f2a6e64bc60ac9c3a2f46c0b45750ae8cdbb (diff)
downloadopenembedded-f924eacf0f48f8d273d9fb1f63109d6e576f5e7c.tar.gz
angstrom: stop disabling binary localegen for >=armv6 per RFC on the ml
-rw-r--r--conf/distro/include/angstrom.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 7e921bf06a..2655bfe3bb 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -99,11 +99,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"