From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8117 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH v3 1/3] build: overhaul wrapper script system for multiple wrapper support Date: Mon, 6 Jul 2015 20:12:57 -0400 Message-ID: <20150707001257.GD1173@brightrain.aerifal.cx> References: <1435525701-64741-1-git-send-email-hi@shiz.me> 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 1436227994 7616 80.91.229.3 (7 Jul 2015 00:13:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jul 2015 00:13:14 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8130-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jul 07 02:13:14 2015 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 1ZCGVd-0007Gk-2t for gllmg-musl@m.gmane.org; Tue, 07 Jul 2015 02:13:13 +0200 Original-Received: (qmail 1703 invoked by uid 550); 7 Jul 2015 00:13:11 -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 1677 invoked from network); 7 Jul 2015 00:13:10 -0000 Content-Disposition: inline In-Reply-To: <1435525701-64741-1-git-send-email-hi@shiz.me> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:8117 Archived-At: On Sun, Jun 28, 2015 at 11:08:19PM +0200, Shiz wrote: > this overhauls part of the build system in order to support multiple > toolchain wrapper scripts, as opposed to solely the musl-gcc wrapper as > [...] I've committed all 3 patches with the changes we discussed on IRC. It Works For Me with clang on Alpine (albeit being a useless NOP since the host clang is already musl-targeting) and doesn't break anything with gcc. If anyone gets around to trying this before release, let me know if any issues come up and we can fix them. Rich