summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-11 21:01:25 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-11 21:31:40 +0100
commit432ba59d084fd10e5b8bfc92355e2a48b15efb57 (patch)
tree2b7de629645a9bffa568fed0ad3fea508cf5beb7 /sys-devel
parentsys-devel/clang: Pass CLANG_INCLUDE_TESTS (diff)
downloadgentoo-432ba59d084fd10e5b8bfc92355e2a48b15efb57.tar.gz
gentoo-432ba59d084fd10e5b8bfc92355e2a48b15efb57.tar.bz2
gentoo-432ba59d084fd10e5b8bfc92355e2a48b15efb57.zip
sys-devel/clang: Remove obsolete EH/RTTI overrides
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/clang/clang-16.0.0.9999.ebuild4
1 files changed, 0 insertions, 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