On Tue, 23 Oct 2012 13:49:46 -0700
Saul Wold <[email protected]> wrote:

> On 10/23/2012 01:32 PM, Peter Seebach wrote:
> > The multilib_header fixup has code in the generated header to handle
> > n32, but doesn't detect n32 headers. Meanwhile, insane.bclass
> > rejects n32 binaries for being 32-bit binaries in a mips64 build.
> > Solution: Use an ABI suffix, and check for it in appropriate places.
> >
> 
> How can I build test this, the same way as x32?

And to save you trouble, I don't know how it passed my first test build,
because it obviously fails now on glib. Solution seems to be:

+++ b/meta/classes/siteinfo.bbclass
@@ -50,6 +50,7 @@ def siteinfo_data(d):
         "linux": "common-linux common-glibc",
         "linux-gnu": "common-linux common-glibc",
         "linux-gnux32": "common-linux common-glibc",
+        "linux-gnun32": "common-linux common-glibc",

so I'll retest with that and resubmit.

-s
-- 
Listen, get this.  Nobody with a good compiler needs to be justified.

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to