diff runtime/lib/common/tango/ldc.mak @ 706:611ba592723b

Remove pthread_darwin from common runtime makefile.
author Christian Kamm <kamm incasoftware de>
date Tue, 14 Oct 2008 19:48:45 +0200
parents f1560a529987
children
line wrap: on
line diff
--- a/runtime/lib/common/tango/ldc.mak	Tue Oct 14 15:35:49 2008 +0200
+++ b/runtime/lib/common/tango/ldc.mak	Tue Oct 14 19:48:45 2008 +0200
@@ -108,8 +108,8 @@
 
 ALL_OBJS_O= \
     $(OBJ_CORE_O) \
-    $(OBJ_STDC) \
-    $(OBJ_STDC_POSIX)
+    $(OBJ_STDC) 
+#    $(OBJ_STDC_POSIX)
 
 ######################################################