From: Koen Kooi Date: Sun, 30 Nov 2008 14:21:01 +0000 (+0100) Subject: angstrom: disable binary localegen for armv6-novfp as well X-Git-Tag: Release-2010-05/1~5026 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e9a8dc2b8dd6fbfde6c4e444cbdc87e42513752;p=openembedded.git angstrom: disable binary localegen for armv6-novfp as well * qemu crashed --- diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 055efc6dd1..556a2d78f4 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