Date: Fri, 21 Aug 2020 22:32:44 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 248818] clang11 import breaks WANT_LINKER_VERSION check forcing extra cross-tools to be built Message-ID: <bug-248818-29464-nAnEKFqBH6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-248818-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-248818-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=3D248818 --- Comment #2 from commit-hook@FreeBSD.org --- A commit references this bug: Author: bz Date: Fri Aug 21 22:31:46 UTC 2020 New revision: 364466 URL: https://svnweb.freebsd.org/changeset/base/364466 Log: After the clang/llvm version 11 import LLD_VERSION is no longer used upstream so Version.inc now only defines LLD_VERSION_STRING. This breaks the WANT_LINKER_VERSION magic and might lead to us building more than needed (e.g., for croos-tools). Change the awk script to parse LLD_VERSION_STRING instead of LLD_VERSION, which not only unbreaks the current situation but should also be backwards compatible as dim points out. PR: 248818 Reviewed by: emaste, dim (seems right and the way to go) MFC after: 4 weeks X-MFC before: 364284 Changes: head/Makefile.inc1 --=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-248818-29464-nAnEKFqBH6>