commit: c15afd7cd060d8f46ab636befd20086dc9fd9aeb Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Thu Apr 1 20:00:00 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri Apr 2 15:00:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15afd7c
profiles/arch/riscv: Force "llvm-libunwind" USE flag on RISC-V. sys-libs/libunwind currently not supported on RISC-V: https://github.com/libunwind/libunwind/issues/99 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> profiles/arch/riscv/use.force | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/riscv/use.force b/profiles/arch/riscv/use.force index 5e5e335685c..7bf964bf53c 100644 --- a/profiles/arch/riscv/use.force +++ b/profiles/arch/riscv/use.force @@ -1,5 +1,9 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Force the flag which corresponds to ARCH. riscv + +# Arfrever Frehtes Taifersar Arahesis <[email protected]> (2021-04-01) +# sys-libs/libunwind not supported on RISC-V. +llvm-libunwind
