bring over some OS X flags

This commit is contained in:
Joseph Lee 2007-05-02 23:56:15 +00:00
parent 355d7ebdf3
commit d1843ea81a

View File

@ -20,7 +20,7 @@
// ******************************************************************* // *******************************************************************
// What additional flags should we pass to interrogate? // What additional flags should we pass to interrogate?
#define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const #define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const -D__LITTLE_ENDIAN__ -D__inline__=inline -D__GNUC__
// Is the platform big-endian (like an SGI workstation) or // Is the platform big-endian (like an SGI workstation) or
// little-endian (like a PC)? Define this to the empty string to // little-endian (like a PC)? Define this to the empty string to