Date: 09 Nov 1999 10:52:35 +0100 From: Assar Westerlund <assar@sics.se> To: nate@mt.sri.com (Nate Williams) Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Using non-PIC code in shared libraries? Message-ID: <5l9048gffg.fsf@assaris.sics.se> In-Reply-To: Nate Williams's message of "Mon, 8 Nov 1999 15:54:11 -0700" References: <199911082254.PAA02935@mt.sri.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Nate Williams <nate@mt.sri.com> writes: > How about the reverse, where you link in PIC compiled libraries into > static (.a) libraries? Does this work? Sure. Look at how lib${LIB}_pic.a is done i <bsd.lib.mk>. PIC-code is less efficient than non-PIC code. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5l9048gffg.fsf>