]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
native-xtools: avoid libllvm while populating the sysroot
authorKyle Evans <kevans@FreeBSD.org>
Wed, 13 Oct 2021 09:21:28 +0000 (04:21 -0500)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 13 Oct 2021 09:41:17 +0000 (04:41 -0500)
commite2e2c622c35f3e54dbae88e3de3e48c51dbb4ebd
treee3659ef05b037c48d5f3235f571e81cb2ab4aed9
parentded77e0237a8534230746031f373d8a8ae80cdaa
native-xtools: avoid libllvm while populating the sysroot

Prior to 021385aba562, MK_CLANG=no was sufficient to avoid descending
into lib/clang, but the referenced change added a couple of other
enabling knobs. Turn those off, too, to continue avoiding libllvm.

With this change, we no longer end up with a libllvm using the wrong
default target triple; `poudriere jail -cx` works once again.

Reported by: bhughes, imp, probably others
Fixes: 021385aba562 ("Add WITH_LLVM_BINUTILS to install LLVM ...")
Makefile.inc1