diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-10 22:46:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-10 22:52:40 +0200 |
commit | 1ffb18d2e9ec223f72d044ed79ca18fad233ab44 (patch) | |
tree | 617aeca05b56153e204a1f295e120cab9f3d043c /sys-libs | |
parent | sys-libs/libcxx: Use tc-get-c-rtlib (diff) | |
download | gentoo-1ffb18d2e9ec223f72d044ed79ca18fad233ab44.tar.gz gentoo-1ffb18d2e9ec223f72d044ed79ca18fad233ab44.tar.bz2 gentoo-1ffb18d2e9ec223f72d044ed79ca18fad233ab44.zip |
sys-libs/llvm-libunwind: Reenable cross-unwind in 16.0.0_pre20221010
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_pre20221010.ebuild | 4 |
1 files changed, 1 insertions, 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} ) |