From owner-freebsd-stable@FreeBSD.ORG Sat Nov 24 12:41:40 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 86D3E7F6 for ; Sat, 24 Nov 2012 12:41:40 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 3CF3E8FC12 for ; Sat, 24 Nov 2012 12:41:39 +0000 (UTC) Received: from [192.168.0.6] (spaceball.home.andric.com [192.168.0.6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 598DD5C37; Sat, 24 Nov 2012 13:41:38 +0100 (CET) Message-ID: <50B0C08A.1090209@FreeBSD.org> Date: Sat, 24 Nov 2012 13:41:46 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Beeblebrox Subject: Re: buildworld with clang breaks because no cc References: <1353670641224-5763472.post@n5.nabble.com> <1353671378109-5763475.post@n5.nabble.com> <1353674282188-5763482.post@n5.nabble.com> In-Reply-To: <1353674282188-5763482.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2012 12:41:40 -0000 On 2012-11-23 13:38, Beeblebrox wrote: > Looks like I should have placed these in my /etc/src.conf: > WITH_CLANG= yes This is not strictly necessary, WITH_CLANG is already enabled by default. > WITH_CLANG_EXTRAS= yes In most cases, you will not need the llvm/clang extras, and they will add some build time. > WITH_CLANG_IS_CC= yes If you want to use WITHOUT_GCC, as you mentioned in your first post, you will indeed need this setting. > I don't believe I will need anything under /usr/src/tools. How can I disable > that in /etc/src.conf? The man page does not have that info. You cannot disable them, some of the tools under there are needed for buildworld. Others are just nice to have for specific jobs, like cleaning up old files, or regression tests.