commit: 432ba59d084fd10e5b8bfc92355e2a48b15efb57
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 11 20:01:25 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 20:31:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432ba59d
sys-devel/clang: Remove obsolete EH/RTTI overrides
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-devel/clang/clang-16.0.0.9999.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sys-devel/clang/clang-16.0.0.9999.ebuild
b/sys-devel/clang/clang-16.0.0.9999.ebuild
index a57abff8e0d8..dea9a0e0dbf9 100644
--- a/sys-devel/clang/clang-16.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-16.0.0.9999.ebuild
@@ -259,10 +259,6 @@ multilib_src_configure() {
-DLLVM_TARGETS_TO_BUILD="${LLVM_TARGETS// /;}"
- # these are not propagated reliably, so redefine them
- -DLLVM_ENABLE_EH=ON
- -DLLVM_ENABLE_RTTI=ON
-
-DCMAKE_DISABLE_FIND_PACKAGE_LibXml2=$(usex !xml)
# libgomp support fails to find headers without explicit -I
# furthermore, it provides only syntax checking