From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9982 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: musl-cross-make / litecross improvements Date: Tue, 3 May 2016 00:48:36 -0400 Message-ID: <20160503044835.GA5517@brightrain.aerifal.cx> 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 1462250938 32272 80.91.229.3 (3 May 2016 04:48:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 May 2016 04:48:58 +0000 (UTC) To: musl@lists.openwall.com, j-core@j-core.org Original-X-From: musl-return-9995-gllmg-musl=m.gmane.org@lists.openwall.com Tue May 03 06:48:58 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 1axSGX-0002J9-Lw for gllmg-musl@m.gmane.org; Tue, 03 May 2016 06:48:57 +0200 Original-Received: (qmail 5394 invoked by uid 550); 3 May 2016 04:48:54 -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 5317 invoked from network); 3 May 2016 04:48:49 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:9982 Archived-At: 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: - Support for GCC 6, maybe older GCC's too - Fixing configure bottlenecks with config.cache - Getting "make check" working - Automating multi-target builds - Automating building binary static-linked-vs-musl toolchains Let me know if any major bugs/inconveniences remain that I should prioritize fixing. Rich