From f29db4e7ef65897915e4e82af985e263874cdcb2 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 16 Aug 2003 21:21:07 +0000 Subject: [PATCH] Imply NOLIBC_R for PowerPC. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 5f64613c602e..748fcfc50c90 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -41,7 +41,7 @@ _csu=csu .endif # libc_r is obsolete on ia64. -.if ${MACHINE_ARCH} != "ia64" +.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc" .if !defined(NOLIBC_R) _libc_r= libc_r .endif