From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12803 Path: news.gmane.org!.POSTED!not-for-mail From: Dean Michael Ancajas Newsgroups: gmane.linux.lib.musl.general Subject: Re: Porting to RISC-V Date: Wed, 2 May 2018 15:40:04 -0400 Message-ID: References: <20180502193732.GZ1392@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000026b68c056b3e4241" X-Trace: blaine.gmane.org 1525290118 26339 195.159.176.226 (2 May 2018 19:41:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 2 May 2018 19:41:58 +0000 (UTC) Cc: musl@lists.openwall.com To: Rich Felker Original-X-From: musl-return-12819-gllmg-musl=m.gmane.org@lists.openwall.com Wed May 02 21:41:54 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1fDxdR-0006l7-Ix for gllmg-musl@m.gmane.org; Wed, 02 May 2018 21:41:53 +0200 Original-Received: (qmail 14328 invoked by uid 550); 2 May 2018 19:44:02 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 8081 invoked from network); 2 May 2018 19:40:36 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=XAdLQaa/uqvY2wOm+TjDv9KdKERL/dFCIY9dfZxB3sc=; b=rzyTqvkIjPnRse9WzZRBaPgWTK3LVr4LcKSXvEunfsAU280Ppkt4qdZOfP4BUyA8L1 HXCZCarsXy/SXvDbMZZE2sYqk9qAVNY1meVm3PO2EEjr6PA9Aasnk5Z1mqdbHmeyo6Po A3xL1JWALWujUcrrfj+fLixGmCb4H18qRR90IxSTiY7sM9obc1jF5VIzmCMvjhSwgd0l sIS9VgPZx4TtIISktY+DWOkwVV2RxuSRvxXidYgg31TFU2jYkZsu2Fy8TWCh+qW3qqDl HRy1VwTFZFXTXdDac1puyNwXEb3SymdA/UbgpdYpwStyGYuKwLCIDfw1vrzfj720l8a2 KtkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=XAdLQaa/uqvY2wOm+TjDv9KdKERL/dFCIY9dfZxB3sc=; b=AtqEmnOicSEM0rXvoCUCxjlI5KdiIsjfu01xodZCfo/o7I8uUaK4faVlq7IFQ7Bssq Nsao5aypyrriCL/FCGwifWUThUBsv4UY9HDod1HojpUT7uRr9aTuooku27UIfk+zaxlW k3mzxojRo8VciDEnOHpE2c2VLBfTHlMoiLSLz5gPSDWxKhviDYCHgp0fadsVzPvORH9p wmuuOm7v/IW7tcwTgIplVzL9n6VZFf9cKAHSOVTweVUUJT1eOxPBtYYGrMhMLN6QBeBv jC0qj+8/Y3fioPAjveUOFI9FLOjvTgOsrTc7l/e7aDhJ+G3wOkQUj0NIuWuWSzHuU7pg r1xg== X-Gm-Message-State: ALQs6tBXWylZrqexv5w57wyPGn6j88ozsFxAImpredIyekUV8j0ng+o0 HBbPCc6YyrI6CbSPtWo1LoszpXokPDrftr6XGqM= X-Google-Smtp-Source: AB8JxZpNJyGJEIBZ36jUbvZvGDTgt52xDty7veRQcE0Zem7aV2Q84CQA731M5tTY+osr0flV4Tgalv2TzggKoYPbOek= X-Received: by 2002:a19:1d84:: with SMTP id d126-v6mr13212768lfd.100.1525290025528; Wed, 02 May 2018 12:40:25 -0700 (PDT) In-Reply-To: <20180502193732.GZ1392@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:12803 Archived-At: --00000000000026b68c056b3e4241 Content-Type: text/plain; charset="UTF-8" Can you send a link of the wiki? On Wed, May 2, 2018 at 3:37 PM, Rich Felker wrote: > On Wed, May 02, 2018 at 03:28:17PM -0400, Dean Michael Ancajas wrote: > > Hi, > > I saw in the Roadmap for 1.2.0 that there will be a porting to RiscV. > Is > > there someone doing this already? > > The work is mostly done, but pending details getting it upstream (a > few minor omissions, documentation of authorship, ...). > > > If not, how does one participate and are > > there guides on how to port musl to a new architecture? > > There's some info on the wiki but it might not be entirely up-to-date. > > Rich > --00000000000026b68c056b3e4241 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Can you send a link of the wiki?

On Wed, May 2, 2018 at 3:37 PM, Rich = Felker <dalias@libc.org> wrote:
On Wed, May 02, 2018 at 03:28:17PM -0400, Dean Michael= Ancajas wrote:
> Hi,
>=C2=A0 =C2=A0I saw in the Roadmap for 1.2.0 that there will be a portin= g to RiscV. Is
> there someone doing this already?

The work is mostly done, but pending details getting it upstream (a<= br> few minor omissions, documentation of authorship, ...).

> If not, how does one participate and are
> there guides on how to port musl to a new architecture?

There's some info on the wiki but it might not be entirely up-to= -date.

Rich

--00000000000026b68c056b3e4241--