[llvm-dev] Linking the FreeBSD base system with lld

Rui Ueyama via llvm-dev llvm-dev at lists.llvm.org
Fri Nov 20 13:41:24 PST 2015


On Thu, Nov 19, 2015 at 3:11 AM, Joerg Sonnenberger via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> On Wed, Nov 18, 2015 at 03:06:17PM -0500, Ed Maste via llvm-dev wrote:
> > 3. -Y [path]
> > Used by the 32-bit compat libraries. GNU ld documents this as "add
> > path to the default library search path." I don't understand exactly
> > what this option does, versus -L.
>
> Option order, it comes after all -L path. For NetBSD, we have slightly
> different linker scripts for i386-on-amd64, so we don't use -Y.
>

GNU ld manual says that -Y is for Solaris compatibility. I'm sort of
reluctant to support that since it doesn't seems to be popular.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151120/7bcd47b6/attachment.html>


More information about the llvm-dev mailing list