From 425245353ba5f07b136d385ca847288668f75997 Mon Sep 17 00:00:00 2001 From: tmm Date: Sun, 5 Jan 2003 22:37:54 +0000 Subject: Build libc_r on sparc64, it should work now. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index cb4ad8e..4827e3a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 -- cgit v1.1