From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Recognize RISC-V compilation targets. Date: Thu, 15 Mar 2018 23:20:00 -0400 Message-ID: <87605w671b.fsf@netris.org> References: <20180226013439.9461-1-shea@shealevy.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1521170344 19726 195.159.176.226 (16 Mar 2018 03:19:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 16 Mar 2018 03:19:04 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cc: guile-devel@gnu.org To: Shea Levy Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Mar 16 04:18:59 2018 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ewftT-00050T-3v for guile-devel@m.gmane.org; Fri, 16 Mar 2018 04:18:59 +0100 Original-Received: from localhost ([::1]:54824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewfvW-0007pg-AT for guile-devel@m.gmane.org; Thu, 15 Mar 2018 23:21:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewfvR-0007nK-Q6 for guile-devel@gnu.org; Thu, 15 Mar 2018 23:21:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ewfvN-0000UK-SA for guile-devel@gnu.org; Thu, 15 Mar 2018 23:21:01 -0400 Original-Received: from world.peace.net ([50.252.239.5]:56054) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ewfvN-0000U2-MX for guile-devel@gnu.org; Thu, 15 Mar 2018 23:20:57 -0400 Original-Received: from pool-72-93-30-18.bstnma.east.verizon.net ([72.93.30.18] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ewfvM-0002wP-8B; Thu, 15 Mar 2018 23:20:56 -0400 In-Reply-To: <20180226013439.9461-1-shea@shealevy.com> (Shea Levy's message of "Sun, 25 Feb 2018 20:34:39 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 50.252.239.5 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:19498 Archived-At: Hi Shea, sorry for the delay. Shea Levy writes: > * module/system/base/target.scm (cpu-endianness): Add case for "riscv" > variants. Applied in commit 08bb4628369cf3efe7c96a32919705c41a9ed9e9 of the stable-2.2 branch, so it will be included in Guile-2.2.4. Thank you for working on RISC-V. That project gives me hope :) Mark