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 B319E158089 for ; Tue, 26 Sep 2023 18:30:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF4532BC025; Tue, 26 Sep 2023 18:30:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9255D2BC025 for ; Tue, 26 Sep 2023 18:30:45 +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 B7492335CD2 for ; Tue, 26 Sep 2023 18:30:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24790FAC for ; Tue, 26 Sep 2023 18:30:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1695753018.90995af1950ac42dbb8795450dabd93de6d15dc3.sam@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 90995af1950ac42dbb8795450dabd93de6d15dc3 X-VCS-Branch: master Date: Tue, 26 Sep 2023 18:30:43 +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: cf87af0a-b11b-4b96-ad9e-38d9731598f8 X-Archives-Hash: e1cb848511b6728f2b41800de55dc6b4 commit: 90995af1950ac42dbb8795450dabd93de6d15dc3 Author: Nathan Du outlook com> AuthorDate: Tue Sep 26 07:39:19 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 26 18:30:18 2023 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=90995af1 make riscv targets use riscv portage arch Closes: https://bugs.gentoo.org/914725 Signed-off-by: Nathan Du outlook.com> Signed-off-by: Sam James gentoo.org> crossdev | 1 + 1 file changed, 1 insertion(+) diff --git a/crossdev b/crossdev index f6ad232..94313b9 100755 --- a/crossdev +++ b/crossdev @@ -244,6 +244,7 @@ parse_target() { mips*) TARCH=mips;; powerpc64*) TARCH=ppc64;; powerpc*) TARCH=ppc;; + riscv*) TARCH=riscv;; sparc*) TARCH=sparc;; s390*) TARCH=s390;; sh*) TARCH=sh;;