diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-30 15:21:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-30 15:21:01 +0100 |
commit | 3e9a8dc2b8dd6fbfde6c4e444cbdc87e42513752 (patch) | |
tree | 965373554cf417bf70dbcd99ac1be1e7f3e170f0 /conf/distro/include/angstrom.inc | |
parent | 75abde1345c9cb7cb05b3e389cb3ae32240011e7 (diff) |
angstrom: disable binary localegen for armv6-novfp as well
* qemu crashed
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | 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 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 |