From 768f23ab17cc7b567acc41b7e4be3b92579b77f9 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 18 May 2002 09:14:36 +0000 Subject: Don't try to build libc_r on sparc64, the _atomic_lock.S file isn't implemented. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index dbf840a..980bd36 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 -- cgit v1.1