http://bugs.openembedded.org/show_bug.cgi?id=713
------- Comment #3 from [EMAIL PROTECTED] 2006-04-28 18:59 ------- I can see why that fails. I have this patch for the .bb in my local patches: EXTRA_OECONF = "--enable-shared --disable-manuals" EXTRA_OECONF_mipsel += "--with-endianness=little" +EXTRA_OECONF_sh4 += "--with-endianness=little" So it appears it originally built for mipsel only and I added support for sh4 - which just happens to be the two targets I build for. So arm would need a similar define. This seems a bit silly though to have to do this for every arch. It's a rather od version anyway. I'll look at creating a .bb for a more recent version and seeing if I can resolve this in a nicer way. -- Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
