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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292039

View File

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