diff options
author | Pixel <pixel@nobis-crew.org> | 2011-10-18 09:35:45 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-10-18 09:35:45 -0700 |
commit | e0add8d5cb4fdb408efda292f64e029aa7ebbad2 (patch) | |
tree | f256b90f2cf03dba7f00ecac07500ad85064d8d4 /darwin-config.h | |
parent | 56837535aeb1c7ae0fa2730d77dd718c334cf729 (diff) |
Fixing Darwin compilation:
-) Using clang instead of gcc for the native target (*sigh*)
-) Fixing libeio (*sigh*)
-) "Fixing" the connect() call in Sockets because Darwin is stupid (*SIIIIIIIGH*)
Although the Threads unit test isn't working properly.
Diffstat (limited to 'darwin-config.h')
-rw-r--r-- | darwin-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/darwin-config.h b/darwin-config.h index b37d5b5..63f568a 100644 --- a/darwin-config.h +++ b/darwin-config.h @@ -27,3 +27,5 @@ #define HAVE_POLL_H 1 #define HAVE_SYS_EVENT_H 1 #define HAVE_SYS_SELECT_H 1 + +#define __i386__ 1
\ No newline at end of file |