From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10867 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl-cross-make 0.9.5 Date: Mon, 2 Jan 2017 20:47:00 -0500 Message-ID: <20170103014700.GG1555@brightrain.aerifal.cx> References: <20170103012143.GA4633@brightrain.aerifal.cx> <58e64860-1211-ebd1-b6cd-c0020b91de0f@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1483408039 25363 195.159.176.226 (3 Jan 2017 01:47:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 3 Jan 2017 01:47:19 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-10880-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jan 03 02:47:14 2017 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 1cOEBz-0005nW-ED for gllmg-musl@m.gmane.org; Tue, 03 Jan 2017 02:47:11 +0100 Original-Received: (qmail 17808 invoked by uid 550); 3 Jan 2017 01:47:14 -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 17787 invoked from network); 3 Jan 2017 01:47:13 -0000 Content-Disposition: inline In-Reply-To: <58e64860-1211-ebd1-b6cd-c0020b91de0f@gmail.com> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:10867 Archived-At: On Tue, Jan 03, 2017 at 12:41:09PM +1100, Patrick Oppenlander wrote: > On 03/01/17 12:21, Rich Felker wrote: > >I've also tagged v0.9.5 for musl-cross-make: > > > >https://github.com/richfelker/musl-cross-make > > > >Documentation is improved with a list of usable TARGETs, musl is > >updated to 1.1.16, and gcc to 6.3.0. I've also added some patches for > >targets that were broken, like microblaze (due to gcc and binutils > >bugs) and powerpc64 big endian (due to missing configure option). > > > >Rich > > > > Hi Rich, > > thanks for all the hard work! > > Just wanted to point out that the default GCC_VER is still 6.2.0. Doh, missed that. I'll tag v0.9.5a with it fixed. Rich