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:
a7a15cd
)
angstrom: disable localegen for armeb
author
Koen Kooi
<koen@openembedded.org>
Sat, 1 Mar 2008 15:50:49 +0000
(15:50 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 1 Mar 2008 15:50:49 +0000
(15:50 +0000)
conf/distro/include/angstrom.inc
patch
|
blob
|
history
diff --git
a/conf/distro/include/angstrom.inc
b/conf/distro/include/angstrom.inc
index
d55b5bf
..
0f7ce15
100644
(file)
--- 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"