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 A9CC4158086 for ; Tue, 30 Nov 2021 16:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0CD32BC02E; Tue, 30 Nov 2021 16:44:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2B282BC02E for ; Tue, 30 Nov 2021 16:44:25 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B5E0342CC3 for ; Tue, 30 Nov 2021 16:44:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FEAA161 for ; Tue, 30 Nov 2021 16:44:20 +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: <1638290655.d3942aa181bfee35afdd8ef1d9fe199e3239fdd9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxxabi/libcxxabi-13.0.0.ebuild sys-libs/libcxxabi/libcxxabi-13.0.1.9999.ebuild sys-libs/libcxxabi/libcxxabi-13.0.1_rc1.ebuild sys-libs/libcxxabi/libcxxabi-14.0.0.9999.ebuild X-VCS-Directories: sys-libs/libcxxabi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d3942aa181bfee35afdd8ef1d9fe199e3239fdd9 X-VCS-Branch: master Date: Tue, 30 Nov 2021 16:44:20 +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: 39fbf9be-31ce-4ab4-8b5f-f25b6940c342 X-Archives-Hash: 0643d9fb29baca468b66a89e7ebbad5f commit: d3942aa181bfee35afdd8ef1d9fe199e3239fdd9 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 30 16:02:27 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 30 16:44:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3942aa1 sys-libs/libcxxabi: Fix testing on non-native ABI Closes: https://bugs.gentoo.org/773604 Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxxabi/libcxxabi-13.0.0.ebuild | 1 + sys-libs/libcxxabi/libcxxabi-13.0.1.9999.ebuild | 1 + sys-libs/libcxxabi/libcxxabi-13.0.1_rc1.ebuild | 1 + sys-libs/libcxxabi/libcxxabi-14.0.0.9999.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/sys-libs/libcxxabi/libcxxabi-13.0.0.ebuild b/sys-libs/libcxxabi/libcxxabi-13.0.0.ebuild index 47e8d7f440b0..08e4724c0259 100644 --- a/sys-libs/libcxxabi/libcxxabi-13.0.0.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-13.0.0.ebuild @@ -84,6 +84,7 @@ multilib_src_configure() { -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" -DLLVM_LIT_ARGS="$(get_lit_flags);--param=cxx_under_test=${clang_path}" -DPython3_EXECUTABLE="${PYTHON}" + -DLIBCXXABI_TARGET_TRIPLE="${CHOST}" ) fi cmake_src_configure diff --git a/sys-libs/libcxxabi/libcxxabi-13.0.1.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-13.0.1.9999.ebuild index d11be625eea5..66ecb7faa6ed 100644 --- a/sys-libs/libcxxabi/libcxxabi-13.0.1.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-13.0.1.9999.ebuild @@ -84,6 +84,7 @@ multilib_src_configure() { -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" -DLLVM_LIT_ARGS="$(get_lit_flags);--param=cxx_under_test=${clang_path}" -DPython3_EXECUTABLE="${PYTHON}" + -DLIBCXXABI_TARGET_TRIPLE="${CHOST}" ) fi cmake_src_configure diff --git a/sys-libs/libcxxabi/libcxxabi-13.0.1_rc1.ebuild b/sys-libs/libcxxabi/libcxxabi-13.0.1_rc1.ebuild index d11be625eea5..66ecb7faa6ed 100644 --- a/sys-libs/libcxxabi/libcxxabi-13.0.1_rc1.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-13.0.1_rc1.ebuild @@ -84,6 +84,7 @@ multilib_src_configure() { -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" -DLLVM_LIT_ARGS="$(get_lit_flags);--param=cxx_under_test=${clang_path}" -DPython3_EXECUTABLE="${PYTHON}" + -DLIBCXXABI_TARGET_TRIPLE="${CHOST}" ) fi cmake_src_configure diff --git a/sys-libs/libcxxabi/libcxxabi-14.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-14.0.0.9999.ebuild index d11be625eea5..66ecb7faa6ed 100644 --- a/sys-libs/libcxxabi/libcxxabi-14.0.0.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-14.0.0.9999.ebuild @@ -84,6 +84,7 @@ multilib_src_configure() { -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" -DLLVM_LIT_ARGS="$(get_lit_flags);--param=cxx_under_test=${clang_path}" -DPython3_EXECUTABLE="${PYTHON}" + -DLIBCXXABI_TARGET_TRIPLE="${CHOST}" ) fi cmake_src_configure