From 1ffb18d2e9ec223f72d044ed79ca18fad233ab44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 10 Oct 2022 22:46:55 +0200 Subject: [PATCH] sys-libs/llvm-libunwind: Reenable cross-unwind in 16.0.0_pre20221010 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../llvm-libunwind/llvm-libunwind-16.0.0_pre20221010.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-16.0.0_pre20221010.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-16.0.0_pre20221010.ebuild index 7128dcaa091f0..cb718502b12bc 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-16.0.0_pre20221010.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-16.0.0_pre20221010.ebuild @@ -74,13 +74,11 @@ multilib_src_configure() { -DLLVM_LIBDIR_SUFFIX=${libdir#lib} -DLLVM_INCLUDE_TESTS=OFF -DLIBUNWIND_ENABLE_ASSERTIONS=$(usex debug) + -DLIBUNWIND_ENABLE_CROSS_UNWINDING=ON -DLIBUNWIND_ENABLE_STATIC=$(usex static-libs) -DLIBUNWIND_INCLUDE_TESTS=$(usex test) -DLIBUNWIND_INSTALL_HEADERS=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} )