From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1729030-garchives=archives.gentoo.org@lists.gentoo.org> Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 094A51584F2 for <garchives@archives.gentoo.org>; Tue, 18 Mar 2025 02:24:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E4B00340A12 for <garchives@archives.gentoo.org>; Tue, 18 Mar 2025 02:24:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D731511037F; Tue, 18 Mar 2025 02:24:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id CD2CA11037F for <gentoo-commits@lists.gentoo.org>; Tue, 18 Mar 2025 02:24:32 +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 7524D340A12 for <gentoo-commits@lists.gentoo.org>; Tue, 18 Mar 2025 02:24:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95AFC11A8 for <gentoo-commits@lists.gentoo.org>; Tue, 18 Mar 2025 02:24:30 +0000 (UTC) From: "Michael Orlitzky" <mjo@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org> Message-ID: <1742264418.033ec122a47b88dd13defb14a15a6bb70ba765e0.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/riscv/package.use.force X-VCS-Directories: profiles/arch/riscv/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 033ec122a47b88dd13defb14a15a6bb70ba765e0 X-VCS-Branch: master Date: Tue, 18 Mar 2025 02:24:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83037b12-c173-432e-ba0d-25e0a4bea8d7 X-Archives-Hash: c6ec205b38ed2c9e5e892b16e7645b9a commit: 033ec122a47b88dd13defb14a15a6bb70ba765e0 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue Mar 18 02:20:18 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Mar 18 02:20:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033ec122 profiles/arch/riscv: un-force USE=llvm for the latest GHC Upstream GHC now supports native codegen for riscv systems, and it even looks like it works. As a result, there's no need to force-enable LLVM support for these versions when they eventually get added to the tree. Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/arch/riscv/package.use.force | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/arch/riscv/package.use.force b/profiles/arch/riscv/package.use.force index 729d74128fb6..a36ce5a37c9d 100644 --- a/profiles/arch/riscv/package.use.force +++ b/profiles/arch/riscv/package.use.force @@ -13,11 +13,12 @@ media-video/mpv -lua_single_target_luajit lua_single_target_lua5-1 # luajit is currently not supported on riscv, so use lua instead app-editors/neovim lua_single_target_lua5-1 +# Michael Orlitzky <mjo@gentoo.org> (2025-03-17) # matoro <matoro_gentoo@matoro.tk> (2022-09-10) -# GHC does not support native codegen for riscv at all. +# GHC does not support native codegen for riscv until v9.12. # It gains LLVM codegen in 9.2, but we maintain a backport of this, # so force LLVM codegen in all versions. -dev-lang/ghc llvm +<dev-lang/ghc-9.12.1 llvm # we, kinda, need this on riscv ... llvm-core/llvm llvm_targets_RISCV