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

This commit is contained in:
phk 2002-05-18 09:14:36 +00:00
parent 4655debb2a
commit d885d035a9

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