mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
sys-libs/llvm-libunwind: Reenable cross-unwind in 16.0.0_pre20221010
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user