From 9896c5f11aee6e72e10b57e35c350b6bb91abeaa Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 17 Jun 2004 03:04:24 +0000 Subject: [PATCH] Fall out from Binutils 2.15: don't bulid the ld.so on Sparc64. --- libexec/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libexec/Makefile b/libexec/Makefile index be2b9be1654a..33ff57911b6e 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -43,6 +43,9 @@ _named-xfer= named-xfer _ftp-proxy= ftp-proxy .endif +.if ${MACHINE_ARCH} == "sparc64" +NOPIC=yes +.endif .if !defined(NOPIC) _rtld-elf= rtld-elf .endif