]> 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>
Thu, 19 May 2022 15:05:53 +0000 (10:05 -0500)
commit3afe1c2e181712afd0120e14267f92050de434f7
tree30afd78614a8b4c0c9f9f3ef2f7d9aba5472dfe0
parent20feb7838da56a9ddef83042133a89ded8ee5b13
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 ...")

(cherry picked from commit e2e2c622c35f3e54dbae88e3de3e48c51dbb4ebd)
Makefile.inc1