mirror of
git://git.musl-libc.org/musl
synced 2024-12-17 12:14:42 +00:00
64251d8bbd
these macros are supported by more compilers
6 lines
105 B
C
6 lines
105 B
C
#if __MICROBLAZEEL__
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|
|
#else
|
|
#define __BYTE_ORDER __BIG_ENDIAN
|
|
#endif
|