> On Jul 1, 2015, at 7:02 AM, Dmitry Eremin-Solenikov <dbarysh...@gmail.com> > wrote: > > Overriding TUNE_CCARGS this way breaks MULTILIB setup for MIPS. This > override disables multilib handling of tunes for TUNE_CCARGS, thus > enforcing glibc's TUNE_CCARGS to the TUNE_CCARGS of main DEFAULTTUNE. > > Glibc perfectly build without this override for both simple and multilib > cases. >
this patch has been applied however we should reopen it. This has to be fixed differently. its not a build time issue but a runtime one. So find alternative way of passing these options to glibc build to accommodate your changes. > Signed-off-by: Dmitry Eremin-Solenikov <dbarysh...@gmail.com> > --- > meta/recipes-core/glibc/glibc_2.21.bb | 10 ---------- > 1 file changed, 10 deletions(-) > > diff --git a/meta/recipes-core/glibc/glibc_2.21.bb > b/meta/recipes-core/glibc/glibc_2.21.bb > index 8197c29..52252b3 100644 > --- a/meta/recipes-core/glibc/glibc_2.21.bb > +++ b/meta/recipes-core/glibc/glibc_2.21.bb > @@ -95,16 +95,6 @@ do_patch_append() { > bb.build.exec_func('do_fix_readlib_c', d) > } > > -# for mips glibc now builds syscall tables for all abi's > -# so we make sure that we choose right march option which is > -# compatible with o32,n32 and n64 abi's > -# e.g. -march=mips32 is not compatible with n32 and n64 therefore > -# we filter it out in such case -march=from-abi which will be > -# mips1 when using o32 and mips3 when using n32/n64 > - > -TUNE_CCARGS_mips := "${@oe_filter_out('-march=mips32', '${TUNE_CCARGS}', d)}" > -TUNE_CCARGS_mipsel := "${@oe_filter_out('-march=mips32', '${TUNE_CCARGS}', > d)}" > - > do_fix_readlib_c () { > sed -i -e > 's#OECORE_KNOWN_INTERPRETER_NAMES#${EGLIBC_KNOWN_INTERPRETER_NAMES}#' > ${S}/elf/readlib.c > } > -- > 1.9.1 > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core