Fall out from Binutils 2.15: don't bulid the ld.so on Sparc64.

This commit is contained in:
David E. O'Brien 2004-06-17 03:04:24 +00:00
parent f1e3e1c78f
commit 9896c5f11a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130622

View File

@ -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