On Thursday, September 29, 2011 18:40:21 Steve Bennett wrote: > -#define __BYTE_ORDER __BIG_ENDIAN > +#ifdef _BIG_ENDIAN > +# define __BYTE_ORDER __BIG_ENDIAN > +#else > +# ifdef _LITTLE_ENDIAN > +# define __BYTE_ORDER __LITTLE_ENDIAN > +# endif > +#endif
are you sure this is correct ? who defines "_BIG_ENDIAN" ? -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
