From 6b385310ffb22fcd11ff50a0a80060a405696089 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 30 Apr 2003 15:33:50 +0000 Subject: [PATCH] No libc_r for AMD64. --- lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Makefile b/lib/Makefile index 5eee589a691..179fdc2debb 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -40,9 +40,11 @@ _csu=csu/${MACHINE_ARCH} _csu=csu .endif +.if ${MACHINE_ARCH} != "amd64" .if !defined(NOLIBC_R) _libc_r= libc_r .endif +.endif .if !defined(NO_BIND) _libbind= libbind