From owner-freebsd-current@FreeBSD.ORG Tue Aug 17 11:55:41 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8669F10656A4 for ; Tue, 17 Aug 2010 11:55:41 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4A8208FC24 for ; Tue, 17 Aug 2010 11:55:41 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:2911:19d3:9b0d:9343] (unknown [IPv6:2001:7b8:3a7:0:2911:19d3:9b0d:9343]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 968745C59; Tue, 17 Aug 2010 13:55:40 +0200 (CEST) Message-ID: <4C6A78C5.1050405@andric.com> Date: Tue, 17 Aug 2010 13:55:49 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.9pre) Gecko/20100814 Lanikai/3.1.3pre MIME-Version: 1.0 To: Ed Schouten References: <4C6A7357.8000606@andric.com> <20100817114033.GX2978@hoeg.nl> In-Reply-To: <20100817114033.GX2978@hoeg.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: Building world with clang X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 17 Aug 2010 11:55:41 -0000 On 2010-08-17 13:40, Ed Schouten wrote: >> +#ifndef __FreeBSD__ >> + AddPath(CLANG_PREFIX "/usr/local/include", System, true, false, false); >> +#endif >> >> // Builtin includes use #include_next directives and should be positioned >> // just prior C include dirs. > > Hmmm... Do we really want this? /usr/local/include is omitted from our > compiler include paths on purpose, to prevent accidental linkage against > pieces of software built from ports. That is why it says "#ifndef __FreeBSD__" :) I just changed the "#if 0" from the clangbsd tree to this, so it is more palatable for upstream.