[Bug 227918] [PATCH] remove exists check for CROSS_BINUTILS_PREFIX for external clang builds on secondary arches
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 11 16:41:55 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227918
--- Comment #11 from Kenneth Salerno <kennethsalerno at yahoo.com> ---
(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 at freebsd-amd64$ ls -1 /usr/home/kens/test*/ld
/usr/home/kens/test1/ld
/usr/home/kens/test2/ld
kens at freebsd-amd64$ clang60 -B/usr/home/kens/test1/ -B/usr/home/kens/test2/
-print-prog-name=ld
/usr/home/kens/test1/ld
kens at 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.
More information about the freebsd-bugs
mailing list