https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227918

--- Comment #11 from Kenneth Salerno <[email protected]> ---
(In reply to Mark Millard from comment #10)
Mark,

The answer to your first question is, at least for clang, the first -B is used:

kens@freebsd-amd64$ ls -1 /usr/home/kens/test*/ld
/usr/home/kens/test1/ld
/usr/home/kens/test2/ld

kens@freebsd-amd64$ clang60 -B/usr/home/kens/test1/ -B/usr/home/kens/test2/
-print-prog-name=ld
/usr/home/kens/test1/ld

kens@freebsd-amd64$ clang60 -B/usr/home/kens/test2/ -B/usr/home/kens/test1/
-print-prog-name=ld
/usr/home/kens/test2/ld

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to