From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id iHO+MQWKMWXlNAAA9RJhRA:P1 (envelope-from ) for ; Thu, 19 Oct 2023 21:56:53 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id iHO+MQWKMWXlNAAA9RJhRA (envelope-from ) for ; Thu, 19 Oct 2023 21:56:53 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 79F643D22E for ; Thu, 19 Oct 2023 21:56:53 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=kQI9hS72; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697745413; a=rsa-sha256; cv=none; b=RRQNtyeS76oqu01kFdWCDXurKx0kKAcf1Eat4BQK+Z39VdtCQmcWAPHKvOGPzFLzLMHflD hcUBYasA3xjteYWgeGHaBxxouqaHTfP+xxqBrOr0puxSmqywtc1WPiPEqJXRbFf7OlJor5 n2eKF6kJ0VncI91RPqBy9bJBcuwQ0qrUrNjbCNqXjJdoqYOSSYfP13M5/YmPiyz+Xk4YhM 7jf2SQE8Jw8THb87VX+sCJIenk68tU/WwxRxGn+BaLyOILi8ivpGhC+T5qmU4LQkVmJZnc 36YkNePJudJu0F6FMhRQZfxaNe6tfG6NJ4OZaG7fs70QuMnVRh52l4/9Tq1Xmg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=kQI9hS72; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697745413; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=lEhBetCQeW8PVkQ8yet16sPO8leSTXWJJJLN17A6tww=; b=CBNlCl7MQ8fZZWQfFMknqTF3QDInEgFIpZNOSgwxEH1uT5pNuK9U2RZpuUV7Go9B9+TP7a wwSVkkpGO+UakyFGTYlTmawAdTg+zyosOoCrqnZAuq8L0XcR0Wx+2Y2peWFiVWnIsHEUKU fugGeMXXYDHLCCUHSS0sgJkHD+qyykvTeBh5rsuIO9+RSDR482HnxzXVrnOnN/NjzPBYzg gz4imynRxCwSoLIhUBkB5SDgBtPxhF2zo7LUR26VDiBTyM+7g3scfJ3n0mEAiuD6OLggPS osTI0OOD8dUaVftqBHCG7tpJxnnPdhWcgWjRKBtW2topUPC44fb1ymWHwZ9ZAw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtZ8G-00038n-Gh; Thu, 19 Oct 2023 15:56:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtZ8F-00038Y-4s for guix-patches@gnu.org; Thu, 19 Oct 2023 15:56:35 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qtZ8E-0008GH-T7 for guix-patches@gnu.org; Thu, 19 Oct 2023 15:56:34 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtZ8f-0002wT-Jc for guix-patches@gnu.org; Thu, 19 Oct 2023 15:57:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62438] [PATCH v2] gnu: llvm: Fix riscv64 cross-compilation. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 19 Oct 2023 19:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62438 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: iyzsong@envs.net Cc: 62438@debbugs.gnu.org, Z572 <873216071@qq.com>, =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 62438-submit@debbugs.gnu.org id=B62438.169774538511262 (code B ref 62438); Thu, 19 Oct 2023 19:57:01 +0000 Received: (at 62438) by debbugs.gnu.org; 19 Oct 2023 19:56:25 +0000 Received: from localhost ([127.0.0.1]:37846 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtZ84-0002va-Ku for submit@debbugs.gnu.org; Thu, 19 Oct 2023 15:56:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39960) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtZ82-0002vM-Fo for 62438@debbugs.gnu.org; Thu, 19 Oct 2023 15:56:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtZ7S-0008Bd-AI; Thu, 19 Oct 2023 15:55:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=lEhBetCQeW8PVkQ8yet16sPO8leSTXWJJJLN17A6tww=; b=kQI9hS72XOFw129hZURf fJChb1Pw1Ydyy/IhFLKqF/xJ2LGasRrTt/EpP0eRtYP7xRPx8DFgWoQ0xBNMH3EisbFDD1MJyS4sa D9zkSgYQ9Lt8WVCAELXnruGZsUnzjndPrrQYR+SH4sdvWl9Ph7kfowfswkeoG9kFgvUOjy5/lsxmR 6m3r+3xdnmenfkYapF4lrn0BAFP1qc8Jt3uQu2oKoDaOZ9CACEUEERd0eLhG9QV1/VH5+zGN3cQHL YtmWZvI3/vhJrvHV+670cvxM4vU9NaYVeJyVijj1i0icIeqkzz+n+iAOr8wOo5FZ1CfDM+meO+jv4 Mhb404rkYUTUTQ==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <60563288b330dca2f53335fe7e385420666fb04f.1694083301.git.iyzsong@member.fsf.org> (iyzsong@envs.net's message of "Thu, 7 Sep 2023 18:42:11 +0800") References: <60563288b330dca2f53335fe7e385420666fb04f.1694083301.git.iyzsong@member.fsf.org> Date: Thu, 19 Oct 2023 21:55:36 +0200 Message-ID: <87ttqmz8sn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -6.80 X-Spam-Score: -6.80 X-Migadu-Queue-Id: 79F643D22E X-TUID: c5hzzo2Mi3Im Hi, iyzsong@envs.net skribis: > From: Z572 <873216071@qq.com> > > * gnu/packages/llvm.scm (system->llvm-target-arch): New procedure. > (llvm-15,llvm-14,llvm-12): Use It. > (system->llvm-target): Rewrite in terms of 'system->llvm-target-arch'. > > Co-authored-by: =E5=AE=8B=E6=96=87=E6=AD=A6 I guess you can go ahead and apply it (sorry for dropping the ball earlier!). Thanks, Ludo=E2=80=99.