Summary: | stable/13 toolchain regression in for native-xtools build, builds wrong target for nxb-bin compiler, breaking poudriere+qemu for cross-arch build | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Matthias Andree <mandree> | ||||
Component: | bin | Assignee: | Kyle Evans <kevans> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | bsdimp, bugs, cyberbotx, dim, kevans | ||||
Priority: | --- | Keywords: | regression, toolchain | ||||
Version: | 13.1-STABLE | Flags: | kevans:
mfc-stable13+
kevans: mfc-stable12+ |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://reviews.freebsd.org/D36981 | ||||||
Attachments: |
|
Description
Matthias Andree
![]() ![]() linearly listing history since release/13.1.0: broken in 0001 * 08523c8c63b 2022-03-09 | Rename stable/13 to -STABLE now that releng/13.1 has branched [Glen Barber] fixed in 1031 * | 3afe1c2e181 2021-10-13 | native-xtools: avoid libllvm while populating the sysroot [Kyle Evans] regressed 2379 * | 70c04943208 2022-08-14 | Avoid using TARGET_ARCH in llvm.build.mk [Dimitry Andric] A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=ed7910fbac07ee39d10528994e49ada2d0f2d754 commit ed7910fbac07ee39d10528994e49ada2d0f2d754 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2022-10-14 03:04:47 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2022-10-14 03:04:47 +0000 Revert "Avoid using TARGET_ARCH in llvm.build.mk" This reverts commit 8534e6be8110a8126268a38dc0557a2d15615ce9, and adds a cautionary note that there are dragons about that should be considered when changing it. PR: 267026 Reviewed by: dim, imp MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D36981 lib/clang/llvm.build.mk | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=63d9ad6e46d28c5310def9f5db954debf3d1c569 commit 63d9ad6e46d28c5310def9f5db954debf3d1c569 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2022-10-14 03:04:47 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2022-10-17 15:38:46 +0000 Revert "Avoid using TARGET_ARCH in llvm.build.mk" This reverts commit 8534e6be8110a8126268a38dc0557a2d15615ce9, and adds a cautionary note that there are dragons about that should be considered when changing it. PR: 267026 Reviewed by: dim, imp MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D36981 (cherry picked from commit ed7910fbac07ee39d10528994e49ada2d0f2d754) lib/clang/llvm.build.mk | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e2f3e8c5e89c745429968220a12e2de9e79b4a07 commit e2f3e8c5e89c745429968220a12e2de9e79b4a07 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2022-10-14 03:04:47 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2022-10-17 15:40:17 +0000 Revert "Avoid using TARGET_ARCH in llvm.build.mk" This reverts commit 8534e6be8110a8126268a38dc0557a2d15615ce9, and adds a cautionary note that there are dragons about that should be considered when changing it. PR: 267026 Reviewed by: dim, imp MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D36981 (cherry picked from commit ed7910fbac07ee39d10528994e49ada2d0f2d754) lib/clang/llvm.build.mk | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Fixed, thanks! |