git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75abde1
)
angstrom: disable binary localegen for armv6-novfp as well
author
Koen Kooi
<koen@openembedded.org>
Sun, 30 Nov 2008 14:21:01 +0000
(15:21 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 30 Nov 2008 14:21:01 +0000
(15:21 +0100)
* qemu crashed
conf/distro/include/angstrom.inc
patch
|
blob
|
history
diff --git
a/conf/distro/include/angstrom.inc
b/conf/distro/include/angstrom.inc
index
055efc6
..
556a2d7
100644
(file)
--- 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