Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/
Date: Tue, 30 Nov 2021 16:44:25
Message-Id: 1638290654.4771086f038d122bf1ba8fb81ab74fcb0a2da762.mgorny@gentoo
1 commit: 4771086f038d122bf1ba8fb81ab74fcb0a2da762
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 15:57:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 16:44:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4771086f
7
8 sys-libs/llvm-libunwind: Fix testing on non-native ABI
9
10 Closes: https://bugs.gentoo.org/824238
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.ebuild | 1 +
14 sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.9999.ebuild | 1 +
15 sys-libs/llvm-libunwind/llvm-libunwind-13.0.1_rc1.ebuild | 1 +
16 sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild | 1 +
17 4 files changed, 4 insertions(+)
18
19 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.ebuild
20 index 5e5505362a33..7878ad2cc3f1 100644
21 --- a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.ebuild
22 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.ebuild
23 @@ -72,6 +72,7 @@ multilib_src_configure() {
24 -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
25 -DLLVM_LIT_ARGS="$(get_lit_flags);--param=cxx_under_test=${clang_path}"
26 -DLIBUNWIND_LIBCXX_PATH="${WORKDIR}/libcxx"
27 + -DLIBUNWIND_TARGET_TRIPLE="${CHOST}"
28 )
29 fi
30
31
32 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.9999.ebuild
33 index 5d782b4128b2..c16a58ffa99e 100644
34 --- a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.9999.ebuild
35 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.9999.ebuild
36 @@ -72,6 +72,7 @@ multilib_src_configure() {
37 -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
38 -DLLVM_LIT_ARGS="$(get_lit_flags);--param=cxx_under_test=${clang_path}"
39 -DLIBUNWIND_LIBCXX_PATH="${WORKDIR}/libcxx"
40 + -DLIBUNWIND_TARGET_TRIPLE="${CHOST}"
41 )
42 fi
43
44
45 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1_rc1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1_rc1.ebuild
46 index 5d782b4128b2..c16a58ffa99e 100644
47 --- a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1_rc1.ebuild
48 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1_rc1.ebuild
49 @@ -72,6 +72,7 @@ multilib_src_configure() {
50 -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
51 -DLLVM_LIT_ARGS="$(get_lit_flags);--param=cxx_under_test=${clang_path}"
52 -DLIBUNWIND_LIBCXX_PATH="${WORKDIR}/libcxx"
53 + -DLIBUNWIND_TARGET_TRIPLE="${CHOST}"
54 )
55 fi
56
57
58 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild
59 index 5d782b4128b2..c16a58ffa99e 100644
60 --- a/sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild
61 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-14.0.0.9999.ebuild
62 @@ -72,6 +72,7 @@ multilib_src_configure() {
63 -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
64 -DLLVM_LIT_ARGS="$(get_lit_flags);--param=cxx_under_test=${clang_path}"
65 -DLIBUNWIND_LIBCXX_PATH="${WORKDIR}/libcxx"
66 + -DLIBUNWIND_TARGET_TRIPLE="${CHOST}"
67 )
68 fi