summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-30 14:19:12 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-30 16:52:14 +0200
commit5c17599a6b99d202a7c655b7fd009dee63d07ebe (patch)
tree131a3d0f8f5a1fc03c9d660613c879e085e7dfb1 /sys-libs
parentllvm.org.eclass: Remove verify-sig inherit for non-releases (diff)
downloadgentoo-5c17599a6b99d202a7c655b7fd009dee63d07ebe.tar.gz
gentoo-5c17599a6b99d202a7c655b7fd009dee63d07ebe.tar.bz2
gentoo-5c17599a6b99d202a7c655b7fd009dee63d07ebe.zip
sys-libs/llvm-libunwind: Disable cross-unwind in 16.0.0_pre20220930
Disable cross-unwinding support in 16.0.0_pre20220930 snapshot due to upstream regression. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/llvm-libunwind/llvm-libunwind-16.0.0_pre20220930.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-16.0.0_pre20220930.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-16.0.0_pre20220930.ebuild
index 67d11a24dc77..71139d2b5fda 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-16.0.0_pre20220930.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-16.0.0_pre20220930.ebuild
@@ -85,9 +85,8 @@ multilib_src_configure() {
-DLIBUNWIND_INCLUDE_TESTS=$(usex test)
-DLIBUNWIND_INSTALL_HEADERS=ON
- # support non-native unwinding; given it's small enough,
- # enable it unconditionally
- -DLIBUNWIND_ENABLE_CROSS_UNWINDING=ON
+ # temporarily disabled due to upstream regression
+ -DLIBUNWIND_ENABLE_CROSS_UNWINDING=OFF
# avoid dependency on libgcc_s if compiler-rt is used
-DLIBUNWIND_USE_COMPILER_RT=${use_compiler_rt}