From a99e07ba17465db6225d3cb72895afb7b06ec517 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 31 Jan 2004 05:05:45 +0000 Subject: 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). --- lib/libpthread/Makefile | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/libpthread') diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 469d00761d7f..ba86f0804784 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 -- cgit v1.3