[PATCH 3/5] microblaze can be either big or little endian

Mike Frysinger vapier at gentoo.org
Sat Oct 1 18:57:09 UTC 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20111001/456c41c1/attachment.asc>


More information about the uClibc mailing list