reconnect libc_r

Hint from: deischen@freebsd.org
This commit is contained in:
Julian Elischer 2002-09-19 08:06:23 +00:00
parent 67d7ad01aa
commit 0f88f8b7f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103625

View File

@ -40,7 +40,7 @@ _csu=csu/${MACHINE_ARCH}
_csu=csu
.endif
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64 && ${MACHINE_ARCH} != sparc64 && ${MACHINE_ARCH} != i386
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64 && ${MACHINE_ARCH} != sparc64
_libc_r= libc_r
.endif