Use LIBADD for pthread.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-12-10 01:16:22 +00:00
parent 38295fe1ad
commit 1ef7db0f31

View file

@ -161,6 +161,6 @@ LIBDEPS=\
llvmcore \
llvmsupport
.include "../clang.prog.mk"
LIBADD+= pthread
LDADD+= -lpthread
.include "../clang.prog.mk"