Remove pthread_darwin from common runtime makefile.

This commit is contained in:
Christian Kamm
2008-10-14 19:48:45 +02:00
parent 379bd9c330
commit c2c156f9a0

View File

@@ -108,8 +108,8 @@ ALL_OBJS_BC= \
ALL_OBJS_O= \
$(OBJ_CORE_O) \
$(OBJ_STDC) \
$(OBJ_STDC_POSIX)
$(OBJ_STDC)
# $(OBJ_STDC_POSIX)
######################################################