From owner-freebsd-current@FreeBSD.ORG Tue Aug 17 13:33:51 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 4EDC41065670 for ; Tue, 17 Aug 2010 13:33:51 +0000 (UTC) (envelope-from dnebdal@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 03E6F8FC12 for ; Tue, 17 Aug 2010 13:33:50 +0000 (UTC) Received: by vws7 with SMTP id 7so5466663vws.13 for ; Tue, 17 Aug 2010 06:33:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=/S6sbE0yo4u5k37uqa0Xt5H5QRRRs3C0RBCf+sL1rhE=; b=pJ1Mwc0UGxKKI+/mYvQ6OwyXU1Ij2OWA5FGWhwt7Nr2ZRHC4AeExi5/Kbb5ahVEzxJ 81zHXZKy6ReDzOx/RDatf0pw0ZWx1gQ7Thej3z6E6p/xo3FrY0/Autiv7krD9VV6Nec8 pxFuphPZ4DSprJFfL7peCfq+yWWhfYdY3dr4Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IKPpQWkmG0nDjp8t87yfGmtokepIsT8INH8KcLtUc+azjllSgY/z8GHJ0FbPJYyKr6 UKXccnKV4SFF7MMJC/B9M0yZawxgjZSIBu98dYR3IowJTf0WCdfaofCWZYlLcrKyTRLy 8ZExRIxMGUgeXINVCkKwbl3uBdhOO4w2VH1+g= MIME-Version: 1.0 Received: by 10.220.62.136 with SMTP id x8mr4053764vch.10.1282050216197; Tue, 17 Aug 2010 06:03:36 -0700 (PDT) Received: by 10.220.193.132 with HTTP; Tue, 17 Aug 2010 06:03:35 -0700 (PDT) In-Reply-To: <19F5467B-6432-4531-BF04-62D8EB4F3093@gid.co.uk> References: <4C6A7357.8000606@andric.com> <19F5467B-6432-4531-BF04-62D8EB4F3093@gid.co.uk> Date: Tue, 17 Aug 2010 15:03:35 +0200 Message-ID: From: Daniel Nebdal To: Bob Bishop Content-Type: text/plain; charset=ISO-8859-1 Cc: Dimitry Andric , current@freebsd.org 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 13:33:51 -0000 On Tue, Aug 17, 2010 at 1:49 PM, Bob Bishop wrote: > On 17 Aug 2010, at 12:32, Dimitry Andric wrote: > >> However, a disadvantage is that the built-in search paths of the >> bootstrap compiler are not entirely disabled by using the -isysroot, -B >> and -L flags, > > This could be viewed as a bug ... For clarification, did you (Dimitry, that is) mean a) The paths are still there so they could resurface if some Makefile doesn't specify those flags , or b) they sometimes come into play even when using the appropriate flags? -- Daniel Nebdal