From owner-freebsd-current@FreeBSD.ORG Thu Jun 10 21:28:05 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 5F0FD1065676 for ; Thu, 10 Jun 2010 21:28:05 +0000 (UTC) (envelope-from dsuzukisanders@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1CAE58FC1B for ; Thu, 10 Jun 2010 21:28:04 +0000 (UTC) Received: by gyh20 with SMTP id 20so414711gyh.13 for ; Thu, 10 Jun 2010 14:28:04 -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:content-type; bh=IgbOIoVVs3YvBy6po7iLBLE4VLohHMxA8tzSKjY4fG0=; b=hRUy4wYkKZLhuhUkMVHy3dgYrHDF6fvB5SrFg0TxLLleViq4yq7CUa6KRYJAhd1wP+ NFckEId6RSmPPX7b3aTSb6DzdWQK4KlBmk37Tcp1mBjdUYI3vC/o2ESQO0zpAaDq/72k DL6lSRmG3dJwQNVlkX4yQFQYL+QhRyiAGJ+0g= 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 :content-type; b=kBM0Db8t/58GXhrCupCUWjTBraoDHZX41VoNJGr2Msfxp832s39jCB3/hFvBMxIqif rpksrzjxjRDjc4cE/DJJk0h0UQEYgO7P2uoyYwU/IFu+e80yEchz77HspAdy4PmaSuWV 9XNnxsfDuzmVu2p4l3zn4Mq913+C0cb9sGnrU= MIME-Version: 1.0 Received: by 10.229.184.132 with SMTP id ck4mr634695qcb.31.1276205283851; Thu, 10 Jun 2010 14:28:03 -0700 (PDT) Received: by 10.229.1.229 with HTTP; Thu, 10 Jun 2010 14:28:03 -0700 (PDT) In-Reply-To: <4C101B35.8040506@dataix.net> References: <20100609213106.GA99939@freebsd.org> <4C101B35.8040506@dataix.net> Date: Thu, 10 Jun 2010 23:28:03 +0200 Message-ID: From: David Sanders To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 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: Thu, 10 Jun 2010 21:28:05 -0000 Am I just being stupid or should I expect my fresh svn co to build using Clang on i386 targets? It seems to use gcc still. Do I still need src.conf set up as per the wiki page? Thanks David