]> code.ossystems Code Review - openembedded-core.git/commitdiff
eglibc-2.15: Support mips64
authorKhem Raj <raj.khem@gmail.com>
Wed, 25 Apr 2012 22:39:07 +0000 (15:39 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 21 May 2012 03:24:36 +0000 (20:24 -0700)
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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/eglibc/eglibc-locale.inc
meta/recipes-core/eglibc/eglibc_2.15.bb

index 70c5cd1794779c57d14f33714a0cdb1e77685bdf..699056953dd270648641dbf75d309f4b3010133b 100644 (file)
@@ -20,7 +20,7 @@ ENABLE_BINARY_LOCALE_GENERATION_pn-eglibc-locale-nativesdk = "0"
 
 #enable locale generation on these arches
 # BINARY_LOCALE_ARCHES is a space separated list of regular expressions
-BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips"
+BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips mips64"
 
 # set "1" to use cross-localedef for locale generation
 # set "0" for qemu emulation of native localedef for locale generation
index 340ec9930f20f4ac9ec9dbe3f8ff9f0b4336fb7c..fa92670e6a890f085fcc720fe1461498b95ff4c6 100644 (file)
@@ -68,7 +68,7 @@ export libc_cv_slibdir = "${base_libdir}"
 EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
                 --without-cvs --disable-profile --disable-debug --without-gd \
                 --enable-clocale=gnu \
-                --enable-add-ons=${GLIBC_ADDONS},ports \
+                --enable-add-ons \
                 --with-headers=${STAGING_INCDIR} \
                 --without-selinux \
                 ${GLIBC_EXTRA_OECONF}"