From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9993 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: [J-core] musl-cross-make / litecross improvements Date: Wed, 4 May 2016 13:10:37 +0200 Message-ID: <20160504111035.GW22574@port70.net> References: <20160503044835.GA5517@brightrain.aerifal.cx> <5729C0B2.5080707@landley.net> 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: ger.gmane.org 1462360253 5667 80.91.229.3 (4 May 2016 11:10:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 May 2016 11:10:53 +0000 (UTC) Cc: Rich Felker , j-core@j-core.org To: musl@lists.openwall.com Original-X-From: musl-return-10006-gllmg-musl=m.gmane.org@lists.openwall.com Wed May 04 13:10:52 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1axuhg-00064S-3f for gllmg-musl@m.gmane.org; Wed, 04 May 2016 13:10:52 +0200 Original-Received: (qmail 9806 invoked by uid 550); 4 May 2016 11:10:49 -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 9785 invoked from network); 4 May 2016 11:10:48 -0000 Mail-Followup-To: musl@lists.openwall.com, Rich Felker , j-core@j-core.org Content-Disposition: inline In-Reply-To: <5729C0B2.5080707@landley.net> User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:9993 Archived-At: * Rob Landley [2016-05-04 04:28:18 -0500]: > On 05/02/2016 11:48 PM, Rich Felker wrote: > > I've made a number of improvements and fixes to musl-cross-make which > > are in the upstream repo now, based on bug reports I got: > > > > - Spurious dependency on flex (upstream's fault, worked around) > > - Spurious dependency on texinfo (ditto) > > - Ability to use pre-installed gmp/mpc/mpfr libs > > - Config examples for static linking, no-debug builds. > > > > https://github.com/richfelker/musl-cross-make > > > > A few things I still plan to add at some point: > > Still no native toolchains. :) > for native you need a musl based host at which point you can use a musl based distro that provides native toolchains.