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).
This commit is contained in:
Marcel Moolenaar 2004-01-31 05:05:45 +00:00
parent c24c2f8c47
commit a99e07ba17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125258
2 changed files with 0 additions and 24 deletions

View File

@ -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>

View File

@ -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>