https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241257
--- Comment #10 from commit-h...@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 <cui...@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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"