summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-10-27 03:09:20 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-10-27 03:09:20 +0000
commitb1106892d705525adb457db323bbba5dedb205f3 (patch)
tree7c109f0c2f0f9edf733d99659adfb421d1a6b7eb /lib/Makefile
parent07a42074410d22bec4bc57a68f0afa839f7eba8f (diff)
downloadFreeBSD-src-b1106892d705525adb457db323bbba5dedb205f3.zip
FreeBSD-src-b1106892d705525adb457db323bbba5dedb205f3.tar.gz
Disconnect libc_r from buildworld, it is still kept in the tree to
provide some baseline references, but users are encouraged to use libpthread or libthr in real world. Discussed on: arch@
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 922416a..281f61c 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -65,7 +65,7 @@ _libvgl= libvgl
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \
${MACHINE_ARCH} != "powerpc" && !defined(NO_LIBC_R)
-_libc_r= libc_r
+_libc_r=
.endif
.if ${MACHINE_ARCH} != "arm"
OpenPOWER on IntegriCloud