From owner-freebsd-stable@FreeBSD.ORG Tue May 22 14:24:29 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AB301065674 for ; Tue, 22 May 2012 14:24:29 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id A31E38FC12 for ; Tue, 22 May 2012 14:24:28 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id CF16CE650B; Tue, 22 May 2012 15:24:50 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=mail; bh=m9II/y8yRCO0 oRX2k07iG15Y2Yg=; b=FbmNcvm1kkXZQsTFu2asDduPuct2/pO1qnCh2kLkQeHt Juu/UXUVlMNdt2k12uI1PQae6H3Saxb2EhTqVe2N2e1SFgXcKWueZBJ+sYL2rh7D hFVaC5V6872fDLBS63lpVaWAWLkc6gcV6Cb6z6/dQJRMVLOrayC+4Q+4KEUr2OU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=mail; b=P29zqF pFGLvp5xtHQqMsj1FLYaPAyIlGCFXE/sygJq1Tpaut0jjuHzLPEkP1i1SCZlFgZt tkPuv2Kp/BpZJC3RdF4ClCfKXQ3qHgbvMqnYktorjnpkjHR37MTZB9YAB39TiKqi lwFeUoT5qDauKn474MQhRgupqgDF7zoD9uWsQ= Received: from [192.168.2.115] (unknown [109.249.209.5]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 2C3A8E64BA; Tue, 22 May 2012 15:24:48 +0100 (BST) Message-ID: <4FBBA191.30500@cran.org.uk> Date: Tue, 22 May 2012 15:24:17 +0100 From: Bruce Cran User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Ronald Klop References: <619131337684699@web24h.yandex.ru> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: serguey-grigoriev@yandex.ru, freebsd-stable@freebsd.org Subject: Re: BuildingFreeBSDWithClang X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 14:24:29 -0000 On 22/05/2012 12:27, Ronald Klop wrote: > On Tue, 22 May 2012 13:04:59 +0200, S.N.Grigoriev > wrote: > >> The only statement in my /etc/src.conf is `WITH_CLANG_IS_CC=yes'. >> Should I use additional configuration options to successfully >> build the system with CLang? The first time around clang isn't cc, so you have to also set CC=clang, CXX=clang++ and CPP=clang-cpp in src.conf . -- Bruce Cran