On Wed, Jul 27, 2011 at 12:58 AM, Liu <[email protected]> wrote: > Hi all, > > We've changed a CPU into little-endian from big-endian, and binutils > and gcc have been rewrite for little-endian. > Do I need modify uClibc code for endian changed? If I do need, what should I > do?
set ARCH_LITTLE_ENDIAN=y in .config is it an existing port ? or something not upstream. If its an existing port this should usually work. if its something not upstream then you know your code better where it is endian specific and where not. > > Thanks > > --Liu > _______________________________________________ > uClibc mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/uclibc > _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
