From owner-freebsd-arch@FreeBSD.ORG Sat May 15 12:19:32 2010 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56F64106567D for ; Sat, 15 May 2010 12:19:32 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id DA5378FC24 for ; Sat, 15 May 2010 12:19:31 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id o4FC7HvT007775; Sat, 15 May 2010 14:07:17 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id o4FC7Hu0007774; Sat, 15 May 2010 14:07:17 +0200 (CEST) (envelope-from marius) Date: Sat, 15 May 2010 14:07:17 +0200 From: Marius Strobl To: Ed Schouten Message-ID: <20100515120717.GA7405@alchemy.franken.de> References: <20100514152408.GN56080@hoeg.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100514152408.GN56080@hoeg.nl> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Arch Subject: Re: Request for review: build infrastructure for Clang X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2010 12:19:32 -0000 On Fri, May 14, 2010 at 05:24:08PM +0200, Ed Schouten wrote: > Hello all, > > At BSDCan there has been a general agreement that in order to make Clang > a viable replacement for GCC 4.2.1, it should be integrated into FreeBSD > HEAD and installed by default as soon as possible. This does not mean > that the system will be bootstrapped using Clang, nor does it mean that > Ports are built using it. Clang is just installed as /usr/bin/clang and > /usr/bin/clang++. It can be built and installed on any architecture, but > it will only be enabled on amd64, i386 and pc98 for now. > > As requested by several people, I am hereby sending a patch which adds > the build infrastructure for Clang. It includes all modifications that > are present in the projects/clangbsd-import branch, except the > LLVM/Clang source tree stored at contrib/llvm. That patch appears to be missing the sparc64 bits. Marius