Removed libc_r build support.

This commit is contained in:
Ruslan Ermilov 2006-09-30 11:32:46 +00:00
parent 5bb9f2101b
commit 2e97500669
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162846
7 changed files with 2 additions and 20 deletions

View File

@ -27,7 +27,7 @@
SUBDIR= ${_csu} libbsm libcom_err libcrypt libkvm msun libmd libncurses \
libnetgraph libradius librpcsvc libsbuf libtacplus libutil \
${_libypclnt} libalias libarchive ${_libatm} \
libbegemot ${_libbluetooth} libbsnmp libbz2 libc ${_libc_r} \
libbegemot ${_libbluetooth} libbsnmp libbz2 libc \
libcalendar libcam libcompat libdevinfo libdevstat libdisk \
libedit libexpat libfetch libform libftpio libgeom ${_libgpib} \
libgssapi libipsec \
@ -76,11 +76,6 @@ _libvgl= libvgl
_libsmb= libsmb
.endif
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \
${MACHINE_ARCH} != "powerpc" && ${MK_LIBC_R} != "no"
_libc_r=
.endif
.if ${MK_SENDMAIL} != "no"
_libmilter= libmilter
_libsm= libsm

View File

@ -146,7 +146,7 @@ MLINKS+= tree.3 RB_EMPTY.3 \
tree.3 SPLAY_RIGHT.3 \
tree.3 SPLAY_ROOT.3
.if ${MK_LIBC_R} != "no" || ${MK_LIBPTHREAD} != "no" || ${MK_LIBTHR} != "no"
.if ${MK_LIBPTHREAD} != "no" || ${MK_LIBTHR} != "no"
PTHREAD_MAN= pthread.3 \
pthread_atfork.3 \
pthread_attr.3 \

View File

@ -15,7 +15,6 @@
NOINFO:NO_INFO \
NOINFOCOMPRESS:NO_INFOCOMPRESS \
NOINSTALLLIB:NO_INSTALLLIB \
NOLIBC_R:NO_LIBC_R \
NOLIBPTHREAD:NO_LIBPTHREAD \
NOLIBTHR:NO_LIBTHR \
NOLINT:NO_LINT \

View File

@ -26,7 +26,6 @@ LIBBSNMP?= ${DESTDIR}${LIBDIR}/libbsnmp.a
LIBBZ2?= ${DESTDIR}${LIBDIR}/libbz2.a
LIBC?= ${DESTDIR}${LIBDIR}/libc.a
LIBC_PIC?= ${DESTDIR}${LIBDIR}/libc_pic.a
LIBC_R?= ${DESTDIR}${LIBDIR}/libc_r.a
LIBCALENDAR?= ${DESTDIR}${LIBDIR}/libcalendar.a
LIBCAM?= ${DESTDIR}${LIBDIR}/libcam.a
LIBCOM_ERR?= ${DESTDIR}${LIBDIR}/libcom_err.a

View File

@ -233,7 +233,6 @@ WITHOUT_${var}=
IPX \
KERBEROS \
LIB32 \
LIBC_R \
LIBPTHREAD \
LIBTHR \
LOCALES \
@ -320,7 +319,6 @@ WITH_IDEA=
IPX \
KERBEROS \
LIB32 \
LIBC_R \
LIBPTHREAD \
LIBTHR \
LOCALES \

View File

@ -872,10 +872,6 @@ OLD_FILES+=usr/share/man/man8/ktutil.8.gz
# to be filled in
#.endif
#.if ${MK_LIBC_R} == no
# to be filled in
#.endif
#.if ${MK_LIBPTHREAD} == no
# to be filled in
#.endif

View File

@ -1,5 +0,0 @@
.\" $FreeBSD$
Set to not build
.Nm libc_r
(reentrant version of
.Nm libc ) .