From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3238 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: llvm and musl wrapper Date: Mon, 29 Apr 2013 08:06:38 -0400 Message-ID: <20130429120638.GW20323@brightrain.aerifal.cx> References: <9C16CAF2-5CB5-44C6-98F1-CA7D39BF841C@palsenberg.com> 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 1367237211 15346 80.91.229.3 (29 Apr 2013 12:06:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2013 12:06:51 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3242-gllmg-musl=m.gmane.org@lists.openwall.com Mon Apr 29 14:06:56 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UWmr6-00027D-RD for gllmg-musl@plane.gmane.org; Mon, 29 Apr 2013 14:06:53 +0200 Original-Received: (qmail 2004 invoked by uid 550); 29 Apr 2013 12:06:51 -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 1993 invoked from network); 29 Apr 2013 12:06:51 -0000 Content-Disposition: inline In-Reply-To: <9C16CAF2-5CB5-44C6-98F1-CA7D39BF841C@palsenberg.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3238 Archived-At: On Mon, Apr 29, 2013 at 09:33:34AM +0200, Igmar Palsenberg wrote: > Hi, > > Is it possible to use a wrapper like musl-gcc for clang ? I can > build the whole toolchain, but if I can use the wrapper, I prefer > that one. > Any advice on this ? The gcc wrapper isn't usable as-is, but it should be possible to make a similar wrapper for clang. I just don't know how. Perhaps somebody else with more experience using clang might know..? Rich