Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2017 18:55:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214864] [exp-run] test build with lld as /usr/bin/ld
Message-ID:  <bug-214864-13-h7VNaryoi4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214864-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214864-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214864

--- Comment #30 from commit-hook@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=3Dbfd 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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214864-13-h7VNaryoi4>