Build libc_r on sparc64, it should work now.

This commit is contained in:
Thomas Moestl 2003-01-05 22:37:54 +00:00
parent 2268ca475b
commit f8a9708151
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108742

View File

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