On Jul 12, 2011, at 12:02 PM, [email protected] wrote:
> From: Nitin A Kamble <[email protected]> > > Signed-off-by: Nitin A Kamble <[email protected]> > --- > meta/classes/siteinfo.bbclass | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass > index 78b7008..035355f 100644 > --- a/meta/classes/siteinfo.bbclass > +++ b/meta/classes/siteinfo.bbclass > @@ -59,6 +59,9 @@ def get_siteinfo_list(d): > "x86_64-linux": "endian-little bit-64 > common-glibc",\ > "x86_64-linux-uclibc": "endian-little bit-64 > common-uclibc"} > if target in targetinfo: > + target_cc_arch = bb.data.getVar('TARGET_CC_ARCH', d, 1) > + if target_cc_arch == "-mx32": > + target = "i686-linux" What would/could target be when using -mx32 ? I suppose it's one of the entries in dictionary above > info = targetinfo[target].split() > info.append(target) > info.append("common") > -- > 1.7.5.4 > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
