Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2019 15:58:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 241257] ld.lld should be built as a static binary
Message-ID:  <bug-241257-29464-AiUzYJMUZl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241257-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241257-29464@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=3D241257

--- Comment #10 from commit-hook@freebsd.org ---
A commit references this bug:

Author: dim
Date: Sat Oct 19 15:58:21 UTC 2019
New revision: 353765
URL: https://svnweb.freebsd.org/changeset/base/353765

Log:
  MFC r353655:

  Ensure lld respects the WITH/WITHOUT_SHARED_TOOLCHAIN option

  Traditionally, toolchain components such as cc, as, and ld have been
  built as static executables.  The WITH_SHARED_TOOLCHAIN option from
  src.conf(5) is meant to link these as regular executables, e.g. using
  shared libraries.

  The build of ld.lld did not yet check this option.  Fix the Makefile so
  it will do so now.

  Reported by:  Mike Cui <cuicui@gmail.com>
  PR:           241257

Changes:
_U  stable/11/
  stable/11/usr.bin/clang/lld/Makefile
_U  stable/12/
  stable/12/usr.bin/clang/lld/Makefile

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241257-29464-AiUzYJMUZl>