summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-04-25 15:39:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-21 09:59:02 +0100
commit9ecb454c81d89f5acd81d9445a63004eca87c824 (patch)
treee3d3d778190d3cb6bcfe29fe5b85edd09775d245 /meta
parent8bc899a1b808173624bea00ad319ba94c386080a (diff)
downloadpoky-9ecb454c81d89f5acd81d9445a63004eca87c824.tar.gz
eglibc-2.15: Support mips64
Add mips64 to binary locale arches Enabling ports in addons causes wrong machtype to be chosen for mips64 and it always chose mips32 which is wrong for mips64 so enable all the addons we have and we were enabling them anyway (From OE-Core rev: da7f9093ad7aa4188cc3d420668b0bda7d950a0f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/eglibc/eglibc-locale.inc2
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.15.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc
index 70c5cd1794..699056953d 100644
--- a/meta/recipes-core/eglibc/eglibc-locale.inc
+++ b/meta/recipes-core/eglibc/eglibc-locale.inc
@@ -20,7 +20,7 @@ ENABLE_BINARY_LOCALE_GENERATION_pn-eglibc-locale-nativesdk = "0"
20 20
21#enable locale generation on these arches 21#enable locale generation on these arches
22# BINARY_LOCALE_ARCHES is a space separated list of regular expressions 22# BINARY_LOCALE_ARCHES is a space separated list of regular expressions
23BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips" 23BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips mips64"
24 24
25# set "1" to use cross-localedef for locale generation 25# set "1" to use cross-localedef for locale generation
26# set "0" for qemu emulation of native localedef for locale generation 26# set "0" for qemu emulation of native localedef for locale generation
diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb b/meta/recipes-core/eglibc/eglibc_2.15.bb
index 340ec9930f..fa92670e6a 100644
--- a/meta/recipes-core/eglibc/eglibc_2.15.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.15.bb
@@ -68,7 +68,7 @@ export libc_cv_slibdir = "${base_libdir}"
68EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ 68EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
69 --without-cvs --disable-profile --disable-debug --without-gd \ 69 --without-cvs --disable-profile --disable-debug --without-gd \
70 --enable-clocale=gnu \ 70 --enable-clocale=gnu \
71 --enable-add-ons=${GLIBC_ADDONS},ports \ 71 --enable-add-ons \
72 --with-headers=${STAGING_INCDIR} \ 72 --with-headers=${STAGING_INCDIR} \
73 --without-selinux \ 73 --without-selinux \
74 ${GLIBC_EXTRA_OECONF}" 74 ${GLIBC_EXTRA_OECONF}"