From owner-freebsd-current@FreeBSD.ORG Fri Jun 11 14:02:37 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFB92106566C for ; Fri, 11 Jun 2010 14:02:37 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 746438FC13 for ; Fri, 11 Jun 2010 14:02:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 5D1B29CB0AE; Fri, 11 Jun 2010 15:58:50 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nNywjYwXBXUX; Fri, 11 Jun 2010 15:58:48 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 547B49CB188; Fri, 11 Jun 2010 15:58:48 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id o5BDwmWf010116; Fri, 11 Jun 2010 15:58:48 +0200 (CEST) (envelope-from rdivacky) Date: Fri, 11 Jun 2010 15:58:48 +0200 From: Roman Divacky To: Alexander Best Message-ID: <20100611135848.GA10066@freebsd.org> References: <20100609213106.GA99939@freebsd.org> <4C101B35.8040506@dataix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@FreeBSD.org Subject: Re: Import of clang/LLVM about to start 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: Fri, 11 Jun 2010 14:02:37 -0000 On Fri, Jun 11, 2010 at 04:00:26PM +0200, Alexander Best wrote: > thanks a lot for the hints. doing buildkernel and buildworld with > current src worked fine. how should i proceed if i want to try > building kernel and world with clang? > > put CC, CXX and CPP in src.conf? or make.conf? or use envars? any of these will work :)