X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Fbits%2Fendian.h;h=d82a92acc76976a282032a4560b0c07a8ec7c63e;hb=a8da6c2f287037cbacc65578a268f355760eaf8e;hp=ef074b776ed9e094c468854670fc1a2bc635d7e3;hpb=8c0a3d9e5c169fc9d0f246ab59362b658b029ad7;p=musl diff --git a/arch/microblaze/bits/endian.h b/arch/microblaze/bits/endian.h index ef074b77..d82a92ac 100644 --- a/arch/microblaze/bits/endian.h +++ b/arch/microblaze/bits/endian.h @@ -1 +1,5 @@ +#if __MICROBLAZEEL__ +#define __BYTE_ORDER __LITTLE_ENDIAN +#else #define __BYTE_ORDER __BIG_ENDIAN +#endif