summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-01-31 05:05:45 +0000
committermarcel <marcel@FreeBSD.org>2004-01-31 05:05:45 +0000
commit288be8413e01d70ba5161c85c5036f4f5f11d437 (patch)
treed1b28e365dd2445bbd84731283a755c4ac15883d /lib/libpthread
parentcbb2f0188089da709abfe39131da9695fb2c1da1 (diff)
downloadFreeBSD-src-288be8413e01d70ba5161c85c5036f4f5f11d437.zip
FreeBSD-src-288be8413e01d70ba5161c85c5036f4f5f11d437.tar.gz
Now that libpthread is the default threading library, remove the
compatibility link from libc_r to libpthread (previously a link from libc_r to libkse).
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 469d007..ba86f08 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -42,16 +42,4 @@ PRECIOUSLIB= yes
.include "${.CURDIR}/sys/Makefile.inc"
.include "${.CURDIR}/thread/Makefile.inc"
-.if !defined(NOLIBC_R)
-.if ${MACHINE_ARCH} == "ia64"
-SYMLINKS+=lib${LIB}.a ${LIBDIR}/libc_r.a
-.if !defined(NOPIC)
-SYMLINKS+=lib${LIB}.so ${SHLIBDIR}/libc_r.so
-.endif
-.if !defined(NOPROFILE)
-SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libc_r_p.a
-.endif
-.endif
-.endif
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud