[Bug 225128] [exp-run] with LLD_BOOTSTRAP on i386

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 30 12:38:59 UTC 2018


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

--- Comment #43 from commit-hook at freebsd.org ---
A commit references this bug:

Author: emaste
Date: Mon Jul 30 12:38:08 UTC 2018
New revision: 336901
URL: https://svnweb.freebsd.org/changeset/base/336901

Log:
  Enable ld.lld as bootstrap linker by default on i386

  Akin to r327783 for amd64.  lld has been usable for amd64 for quite some
  time, but a couple of issues remained that affected i386.  These were
  recently addressed upstream in lld and merged into FreeBSD or addressed
  directly in FreeBSD (r326831, r326879, r326897, r326957, r333401,
  r334626, r336664).

  Similarly to the intial amd64 commit this change enables lld only as the
  bootstrap linker (used to link the kernel and userland libraries and
  executables), while GNU ld.bfd is still installed as /usr/bin/ld and
  used for ports builds.  That will be changed shortly, after an exp-run.

  This is a recommit of r327823 after additional lld fixes.

  PR:           225128 (exp-run)
  Relnotes:     Yes
  Sponsored by: The FreeBSD Foundation

Changes:
  head/share/mk/src.opts.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