commit: e42788d1e94aeb1d25cdc13894b6d726201ad0bf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 4 08:01:45 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 08:05:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42788d1
sys-libs/compiler-rt: Disable building ORC runtime in 13+
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild | 1 +
sys-libs/compiler-rt/compiler-rt-13.0.0_rc1.ebuild | 1 +
sys-libs/compiler-rt/compiler-rt-14.0.0.9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild
b/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild
index 6f732cc60ab..f726db78861 100644
--- a/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild
@@ -83,6 +83,7 @@ src_configure() {
-DCOMPILER_RT_INCLUDE_TESTS=$(usex test)
-DCOMPILER_RT_BUILD_LIBFUZZER=OFF
-DCOMPILER_RT_BUILD_MEMPROF=OFF
+ -DCOMPILER_RT_BUILD_ORC=OFF
-DCOMPILER_RT_BUILD_PROFILE=OFF
-DCOMPILER_RT_BUILD_SANITIZERS=OFF
-DCOMPILER_RT_BUILD_XRAY=OFF
diff --git a/sys-libs/compiler-rt/compiler-rt-13.0.0_rc1.ebuild
b/sys-libs/compiler-rt/compiler-rt-13.0.0_rc1.ebuild
index 6f732cc60ab..f726db78861 100644
--- a/sys-libs/compiler-rt/compiler-rt-13.0.0_rc1.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-13.0.0_rc1.ebuild
@@ -83,6 +83,7 @@ src_configure() {
-DCOMPILER_RT_INCLUDE_TESTS=$(usex test)
-DCOMPILER_RT_BUILD_LIBFUZZER=OFF
-DCOMPILER_RT_BUILD_MEMPROF=OFF
+ -DCOMPILER_RT_BUILD_ORC=OFF
-DCOMPILER_RT_BUILD_PROFILE=OFF
-DCOMPILER_RT_BUILD_SANITIZERS=OFF
-DCOMPILER_RT_BUILD_XRAY=OFF
diff --git a/sys-libs/compiler-rt/compiler-rt-14.0.0.9999.ebuild
b/sys-libs/compiler-rt/compiler-rt-14.0.0.9999.ebuild
index 6f732cc60ab..f726db78861 100644
--- a/sys-libs/compiler-rt/compiler-rt-14.0.0.9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-14.0.0.9999.ebuild
@@ -83,6 +83,7 @@ src_configure() {
-DCOMPILER_RT_INCLUDE_TESTS=$(usex test)
-DCOMPILER_RT_BUILD_LIBFUZZER=OFF
-DCOMPILER_RT_BUILD_MEMPROF=OFF
+ -DCOMPILER_RT_BUILD_ORC=OFF
-DCOMPILER_RT_BUILD_PROFILE=OFF
-DCOMPILER_RT_BUILD_SANITIZERS=OFF
-DCOMPILER_RT_BUILD_XRAY=OFF