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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A57831382C5 for ; Fri, 2 Apr 2021 15:01:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E82DFE0866; Fri, 2 Apr 2021 15:00:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD725E0866 for ; Fri, 2 Apr 2021 15:00:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA1C3340B54 for ; Fri, 2 Apr 2021 15:00:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E40954A5 for ; Fri, 2 Apr 2021 15:00:56 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1617375646.c15afd7cd060d8f46ab636befd20086dc9fd9aeb.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/riscv/use.force X-VCS-Directories: profiles/arch/riscv/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c15afd7cd060d8f46ab636befd20086dc9fd9aeb X-VCS-Branch: master Date: Fri, 2 Apr 2021 15:00:56 +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: cb816d3e-8272-4801-9c80-4258ffb3eaab X-Archives-Hash: a0feb5ead3d722403c45967e75a434f9 commit: c15afd7cd060d8f46ab636befd20086dc9fd9aeb Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Apr 1 20:00:00 2021 +0000 Commit: Mike Gilbert gentoo 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 Apache.Org> Signed-off-by: Mike Gilbert 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 (2021-04-01) +# sys-libs/libunwind not supported on RISC-V. +llvm-libunwind