[Bug 214864] [exp-run] test build with lld as /usr/bin/ld
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 22 18:55:25 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214864
--- Comment #30 from commit-hook at freebsd.org ---
A commit references this bug:
Author: emaste
Date: Tue Aug 22 18:55:00 UTC 2017
New revision: 448576
URL: https://svnweb.freebsd.org/changeset/ports/448576
Log:
Add LLD_UNSAFE to force use of ld.bfd when ld is lld
By default the compiler will find /usr/bin/ld for the linker. If a port
sets LLD_UNSAFE and /usr/bin/ld is ld.lld, then add -fuse-ld=bfd to
force the use of the binutils BFD linker (from the base system, if
available, or by setting USE_BINUTILS).
This change is based on an earlier, similar patch from bapt, with the
addition of the -fuse-ld flag.
PR: 214864
Reviewed by: bapt
Approved by: portmgr (bapt)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D12064
Changes:
head/Mk/bsd.port.mk
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list