move __BYTE_ORDER definition to alltypes.h
[musl] / arch / or1k / bits / alltypes.h.in
index b92ca73..a2cae2b 100644 (file)
@@ -2,6 +2,8 @@
 #define _Int64 long long
 #define _Reg int
 
+#define __BYTE_ORDER 4321
+
 #ifndef __cplusplus
 TYPEDEF unsigned wchar_t;
 #endif