Browse Source

bring over some OS X flags

Joseph Lee 18 years ago
parent
commit
d1843ea81a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.FreeBSD.pp

+ 1 - 1
dtool/Config.FreeBSD.pp

@@ -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