From owner-freebsd-questions@FreeBSD.ORG Sun Apr 1 21:07:14 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B5561065678 for ; Sun, 1 Apr 2012 21:07:14 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo203.cox.net (eastrmfepo203.cox.net [68.230.241.218]) by mx1.freebsd.org (Postfix) with ESMTP id DA8E18FC22 for ; Sun, 1 Apr 2012 21:07:13 +0000 (UTC) Received: from eastrmimpo110.cox.net ([68.230.241.223]) by eastrmfepo203.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20120401210707.IUQT18532.eastrmfepo203.cox.net@eastrmimpo110.cox.net>; Sun, 1 Apr 2012 17:07:07 -0400 Received: from serene.no-ip.org ([98.164.83.206]) by eastrmimpo110.cox.net with bizsmtp id sl771i0044T5sES02l771F; Sun, 01 Apr 2012 17:07:07 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020204.4F78C37B.004E,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=9p1evl5cAK1ZYNWAcfn8X6IfAmCGuOPdFgneQpdUexw= c=1 sm=1 a=RcyhSEpB3QQA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=cRs4AX/51puMaUeRAuoQtw==:17 a=kviXuzpPAAAA:8 a=s1O25tkdAAAA:8 a=8MZPUc6NMPWYeZHMsCAA:9 a=ZscN_j-294ZsY3xnUdcA:7 a=CjuIK1q_8ugA:10 a=4vB-4DCPJfMA:10 a=OyOq_G8mXAEA:10 a=cRs4AX/51puMaUeRAuoQtw==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id q31L70Ig095068; Sun, 1 Apr 2012 16:07:01 -0500 (CDT) (envelope-from conrads@cox.net) Date: Sun, 1 Apr 2012 16:06:53 -0500 From: "Conrad J. Sabatier" To: "Conrad J. Sabatier" Message-ID: <20120401160653.0a79b997@cox.net> In-Reply-To: <20120401141129.1f94e50e@cox.net> References: <4F76DD24.4060104@herveybayaustralia.com.au> <20120331135624.GA46283@ozzmosis.com> <20343.7837.796535.407848@jerusalem.litteratus.org> <20120401073525.1c05bc0f@cox.net> <20344.21184.853321.579064@jerusalem.litteratus.org> <20120401130201.272897fc@cox.net> <20120401141129.1f94e50e@cox.net> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Robert Huff , FreeBSD Questions Subject: Re: using clang (was: Re: ps, clang and make variables) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 21:07:14 -0000 On Sun, 1 Apr 2012 14:11:29 -0500 "Conrad J. Sabatier" wrote: > On Sun, 1 Apr 2012 12:29:45 -0600 (MDT) > Warren Block wrote: > > > > Have you tried clang with ccache? Any tricks? > > No, I haven't tried that. Actually, I don't believe I've ever even > tried using ccache at all (at least, not that I can recall). :-) > You've piqued my curiosity here. :-) I'm doing a buildworld at the moment using ccache with clang. So far, all is well, no problems. Didn't do anything special to get started, just "ccache make -DNO_CLEAN -j8 buildworld" (I have all that clang-enabling stuff already in /etc/make.conf). I know this first run won't really show me much, other than that it *will* compile OK. Subsequent runs should be interesting, though. :-) -- Conrad J. Sabatier conrads@cox.net