From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10866 Path: news.gmane.org!.POSTED!not-for-mail From: Patrick Oppenlander Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl-cross-make 0.9.5 Date: Tue, 3 Jan 2017 12:41:09 +1100 Message-ID: <58e64860-1211-ebd1-b6cd-c0020b91de0f@gmail.com> References: <20170103012143.GA4633@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1483407748 17661 195.159.176.226 (3 Jan 2017 01:42:28 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 3 Jan 2017 01:42:28 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 To: musl@lists.openwall.com Original-X-From: musl-return-10879-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jan 03 02:42:19 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 1cOE7E-0003Ll-Rc for gllmg-musl@m.gmane.org; Tue, 03 Jan 2017 02:42:16 +0100 Original-Received: (qmail 13998 invoked by uid 550); 3 Jan 2017 01:42:19 -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 13978 invoked from network); 3 Jan 2017 01:42:18 -0000 X-Virus-Scanned: amavisd-new at motec.com.au DKIM-Filter: OpenDKIM Filter v2.10.3 camber.motec.com.au 07A204B6C6 In-Reply-To: <20170103012143.GA4633@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:10866 Archived-At: 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. Patrick