diff options
author | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2009-12-26 22:42:51 +0100 |
---|---|---|
committer | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2009-12-26 22:42:51 +0100 |
commit | 59d15388c02caf193b562186cb60cf8118cbb92e (patch) | |
tree | 58217130f52c0ab049e04e385a751de28830f68d | |
parent | e61ee97dd7d5610192d740cb137f9f7c30a8b406 (diff) |
This is for building binary locales for SH3 via qemu. Note that
qemu-native has no support for sh3, one has to provide Qemu
outside of OE. Qemu only has the qemu-sh4 applet, but
since SH4 is a superset of SH3, simply linking qemu-sh4 to
qemu-sh3 and enabling ASSUME_PROVIDED += "qemu-native" will
do.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
-rw-r--r-- | recipes/glibc/glibc-package.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glibc/glibc-package.inc b/recipes/glibc/glibc-package.inc index c30f315fbc..2e9474db73 100644 --- a/recipes/glibc/glibc-package.inc +++ b/recipes/glibc/glibc-package.inc @@ -24,7 +24,7 @@ python __anonymous () { ENABLE_BINARY_LOCALE_GENERATION ?= "0" # BINARY_LOCALE_ARCHES is a space separated list of regular expressions -BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc" +BINARY_LOCALE_ARCHES ?= "arm.* sh3.* i[3-6]86 x86_64 powerpc" # Set this to zero if you don't want ldconfig in the output package USE_LDCONFIG ?= "1" |