aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-01 15:50:49 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-01 15:50:49 +0000
commit942821cc2d7e565e098aa6af4f2529229e9c319b (patch)
treea8c23d5de5115cf10b13a409dedf03dd824a7e4a /conf
parenta7a15cdd49ee5c04e30f5732f10c5c009088e405 (diff)
downloadopenembedded-942821cc2d7e565e098aa6af4f2529229e9c319b.tar.gz
angstrom: disable localegen for armeb
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/angstrom.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index d55b5bf3db..0f7ce15a9d 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -47,6 +47,9 @@ ENABLE_BINARY_LOCALE_GENERATION_nokia800 = "0"
ENABLE_BINARY_LOCALE_GENERATION_omap2420h4 = "0"
ENABLE_BINARY_LOCALE_GENERATION_omap2430sdp = "0"
+#qemu has taken a dislike to armeb as well
+ENABLE_BINARY_LOCALE_GENERATION_armeb = "0"
+
#ARM EABI is softfloat by default, but let's make sure :)
#make it overridable for platforms with FPU, like ep93xx or i.mx31
TARGET_FPU_arm ?= "soft"