K 10 svn:author V 7 git2svn K 8 svn:date V 27 2022-05-19T15:13:50.437563Z K 7 svn:log V 659 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) Git Hash: 702e1e5d1ef6b019db926a4bc714bed013a2392e Git Author: kevans@FreeBSD.org END