aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxxrt
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2011-11-26 18:46:33 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2011-11-26 18:46:33 +0000
commitdb47c4bf212fedd87006f4949bcbacb6c58dd064 (patch)
treeebc9bad9ffdc334d25791808d9695bce7381a70b /lib/libcxxrt
parente6b42236cf05d76469f58ff9edbdc2fc0e32d808 (diff)
parent1b99eac6fdcc6d6ae1a6abcc52c0c8bd5f55e752 (diff)
downloadsrc-db47c4bf212fedd87006f4949bcbacb6c58dd064.tar.gz
src-db47c4bf212fedd87006f4949bcbacb6c58dd064.zip
Update libcxxrt to remove the pthread dependency.
Also add the license from upstream to contrib. Approved by: dim (mentor)
Notes
Notes: svn path=/head/; revision=228004
Diffstat (limited to 'lib/libcxxrt')
-rw-r--r--lib/libcxxrt/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcxxrt/Makefile b/lib/libcxxrt/Makefile
index 25bac94f32ef..f1dd957c81a2 100644
--- a/lib/libcxxrt/Makefile
+++ b/lib/libcxxrt/Makefile
@@ -21,6 +21,5 @@ SRCS+= libelftc_dem_gnu3.c\
WARNS= 0
CFLAGS+= -I${SRCDIR}
-LDADD+= -pthread
.include <bsd.lib.mk>