From owner-freebsd-current@FreeBSD.ORG Fri Nov 9 13:38:36 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8624F58A for ; Fri, 9 Nov 2012 13:38:36 +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 3D3298FC08 for ; Fri, 9 Nov 2012 13:38:36 +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 5EA545C59; Fri, 9 Nov 2012 14:38:35 +0100 (CET) Message-ID: <509D0760.6060506@FreeBSD.org> Date: Fri, 09 Nov 2012 14:38:40 +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: mexas@bristol.ac.uk Subject: Re: from 5-NOV WITH_CLANG_IS_CC in /etc/src.conf is no longer needed, right? References: <201211090827.qA98RThx070622@mech-cluster241.men.bris.ac.uk> In-Reply-To: <201211090827.qA98RThx070622@mech-cluster241.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2012 13:38:36 -0000 On 2012-11-09 09:27, Anton Shterenlikht wrote: > I'm on 242801 amd64. > I understand from [1] that WITH_CLANG_IS_CC > is no longer needed in /etc/src.conf. > Yet I somehow still get cc,c++,cpp all GCC binaries, e.g. > > # /usr/bin/cc --version > cc (GCC) 4.2.1 20070831 patched [FreeBSD] Please post your make.conf and src.conf files. You may have something in there which overrides the new defaults.