1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Don't try to build libc_r on sparc64, the _atomic_lock.S file isn't implemented.

This commit is contained in:
Poul-Henning Kamp 2002-05-18 09:14:36 +00:00
parent 8d48b118f2
commit 086b2eb54b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96844

View File

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