mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-27 23:34:18 +08:00
Add '#define __LITTLE_ENDIAN__ 1' which was missing for macOS port
This commit is contained in:
parent
d33b189427
commit
4e0e9b8f21
@ -113,6 +113,7 @@
|
|||||||
/* emulate APPLE-GCC to make libc's headerfiles compile: */
|
/* emulate APPLE-GCC to make libc's headerfiles compile: */
|
||||||
#define __GNUC__ 4 /* darwin emits warning on GCC<4 */
|
#define __GNUC__ 4 /* darwin emits warning on GCC<4 */
|
||||||
#define __APPLE_CC__ 1 /* for <TargetConditionals.h> */
|
#define __APPLE_CC__ 1 /* for <TargetConditionals.h> */
|
||||||
|
#define __LITTLE_ENDIAN__ 1
|
||||||
#define _DONT_USE_CTYPE_INLINE_ 1
|
#define _DONT_USE_CTYPE_INLINE_ 1
|
||||||
/* avoids usage of GCC/clang specific builtins in libc-headerfiles: */
|
/* avoids usage of GCC/clang specific builtins in libc-headerfiles: */
|
||||||
#define __FINITE_MATH_ONLY__ 1
|
#define __FINITE_MATH_ONLY__ 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user