http://bugs.openembedded.org/show_bug.cgi?id=1320





------- Comment #3 from [EMAIL PROTECTED]  2006-08-16 07:12 -------
I think i have found the problem.
The way the check is made it expects to find either a ac_cv_c_bigendian = yes
OR ac_cv_c_littlendian = yes 
in the /site/i386-linux-uclibc endianness is defined as
ac_cv_c_bigendian=${ac_cv_c_bigendian=no} and there is not littleendian
definition.
In other archs (sh4 for example) both are defined

ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
ac_cv_c_bigendian=${ac_cv_c_bigendian=no}


-- 
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

Reply via email to