commit:     1ffb18d2e9ec223f72d044ed79ca18fad233ab44
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 20:46:55 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 20:52:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ffb18d2

sys-libs/llvm-libunwind: Reenable cross-unwind in 16.0.0_pre20221010

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-libs/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 7128dcaa091f..cb718502b12b 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}
        )

Reply via email to