diff --git a/include/tccdefs.h b/include/tccdefs.h index 7ef38ab9..2d42bea3 100644 --- a/include/tccdefs.h +++ b/include/tccdefs.h @@ -113,6 +113,7 @@ /* emulate APPLE-GCC to make libc's headerfiles compile: */ #define __GNUC__ 4 /* darwin emits warning on GCC<4 */ #define __APPLE_CC__ 1 /* for */ + #define __LITTLE_ENDIAN__ 1 #define _DONT_USE_CTYPE_INLINE_ 1 /* avoids usage of GCC/clang specific builtins in libc-headerfiles: */ #define __FINITE_MATH_ONLY__ 1