From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AB78158094 for ; Mon, 10 Oct 2022 20:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8756E090E; Mon, 10 Oct 2022 20:52:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4362E090E for ; Mon, 10 Oct 2022 20:52:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF8EC34102F for ; Mon, 10 Oct 2022 20:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A38D615 for ; Mon, 10 Oct 2022 20:52:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1665435160.1ffb18d2e9ec223f72d044ed79ca18fad233ab44.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/llvm-libunwind/llvm-libunwind-16.0.0_pre20221010.ebuild X-VCS-Directories: sys-libs/llvm-libunwind/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1ffb18d2e9ec223f72d044ed79ca18fad233ab44 X-VCS-Branch: master Date: Mon, 10 Oct 2022 20:52:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 858d6967-a0ce-4c68-817f-c5e0cc3b5949 X-Archives-Hash: 480c71450b8cca2fd6b7ebf2e4907816 commit: 1ffb18d2e9ec223f72d044ed79ca18fad233ab44 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 10 20:46:55 2022 +0000 Commit: Michał Górny gentoo 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 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} )