From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1267 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: ELLCC and musl Date: Tue, 10 Jul 2012 01:10:50 -0400 Message-ID: <20120710051050.GW544@brightrain.aerifal.cx> References: <191694293.HMKLPPv5sV@main.pennware.com> <56982.132.241.65.238.1341885134.squirrel@lavabit.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1341897130 14166 80.91.229.3 (10 Jul 2012 05:12:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jul 2012 05:12:10 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1268-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jul 10 07:12:09 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SoSk3-0006wG-45 for gllmg-musl@plane.gmane.org; Tue, 10 Jul 2012 07:12:07 +0200 Original-Received: (qmail 11526 invoked by uid 550); 10 Jul 2012 05:12:06 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 11518 invoked from network); 10 Jul 2012 05:12:06 -0000 Content-Disposition: inline In-Reply-To: <56982.132.241.65.238.1341885134.squirrel@lavabit.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1267 Archived-At: On Mon, Jul 09, 2012 at 09:52:14PM -0400, idunham@lavabit.com wrote: > 2-Do you plan to submit patches for mips/ppc (and Microblaze, if you have > it working) support soon? I've spent some time checking and integrating rdp's work on mips and it seems to be basically working, but with important details still missing. I'm considering just committing what's done so far to let it get some testing. > 4-Roughly what compiler would you expect to be needed to build the toolchain? > (will GCC-3.4 g++ be enough, or would 4.2 or 4.6 be necessary?) I've been building with Landley's Aboriginal toolchain to test the mips port. That's 4.2.1, but I see no reason why 3.4 shouldn't work.. Rich