Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/
Date: Fri, 02 Apr 2021 15:01:00
Message-Id: 1617375646.c15afd7cd060d8f46ab636befd20086dc9fd9aeb.floppym@gentoo
1 commit: c15afd7cd060d8f46ab636befd20086dc9fd9aeb
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Apr 1 20:00:00 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 15:00:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15afd7c
7
8 profiles/arch/riscv: Force "llvm-libunwind" USE flag on RISC-V.
9
10 sys-libs/libunwind currently not supported on RISC-V:
11 https://github.com/libunwind/libunwind/issues/99
12
13 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
14 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
15
16 profiles/arch/riscv/use.force | 6 +++++-
17 1 file changed, 5 insertions(+), 1 deletion(-)
18
19 diff --git a/profiles/arch/riscv/use.force b/profiles/arch/riscv/use.force
20 index 5e5e335685c..7bf964bf53c 100644
21 --- a/profiles/arch/riscv/use.force
22 +++ b/profiles/arch/riscv/use.force
23 @@ -1,5 +1,9 @@
24 -# Copyright 2019 Gentoo Authors
25 +# Copyright 2019-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 # Force the flag which corresponds to ARCH.
29 riscv
30 +
31 +# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@×××××.com> (2021-04-01)
32 +# sys-libs/libunwind not supported on RISC-V.
33 +llvm-libunwind