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@
This commit is contained in:
parent
9460540740
commit
38478fab7c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user