commit: 28b170e64f2dd1ec251994dcd9fc8211f01db687
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 21:01:57 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 21:02:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b170e6
sys-devel/clang: Drop cross-compiling hack from 16.0.0.9999
My upstream fix was merged, so this is no longer needed.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
sys-devel/clang/clang-16.0.0.9999.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sys-devel/clang/clang-16.0.0.9999.ebuild
b/sys-devel/clang/clang-16.0.0.9999.ebuild
index b3eeacb43e1d..7c296eff2c62 100644
--- a/sys-devel/clang/clang-16.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-16.0.0.9999.ebuild
@@ -306,9 +306,6 @@ multilib_src_configure() {
fi
mycmakeargs+=(
-DCLANG_INCLUDE_DOCS=${build_docs}
-
- # Hack to install clang-tblgen:
https://reviews.llvm.org/D141092
- -DLLVM_BUILD_UTILS=ON
)
fi
if multilib_native_use extra; then