summaryrefslogtreecommitdiff
path: root/darwin-config.h
AgeCommit message (Collapse)Author
2011-12-01Having libcoro to be pthread-compliant for darwin.Pixel
2011-10-18Fixing Darwin compilation:Pixel
-) 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.
2011-10-12Enabling cross-compilation for Darwin. Haven't tested under the real thing ↵Nicolas "Pixel" Noble
yet though. The eprintf() thingy seems odd.
2011-10-07Simplifying Makefile, by offloading defines to config files, and using ↵Pixel
-imacros to load them.