From owner-freebsd-current@FreeBSD.ORG Fri Apr 16 19:50:25 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 0F6A5106564A; Fri, 16 Apr 2010 19:50:25 +0000 (UTC) (envelope-from mattjreimer@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id AD3EC8FC14; Fri, 16 Apr 2010 19:50:24 +0000 (UTC) Received: by gwaa12 with SMTP id a12so1510172gwa.13 for ; Fri, 16 Apr 2010 12:50:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=bxVBYfIkKq32fA5l61xFldUbT6mHHPcZuWLO//qJvtY=; b=JoJNQtpFwUuzw37Fzoa707T4zN/o7w19ONtOsEkmciXcq3vRGkDNpybFRNW9IiNjP4 677sddtLpNMgEN491R7gZowktuZZxjUfYA7hasW6LKJ9JS7ryKBbdd/xnYGW4r+kzf1p DYDi7YDFEcTxvYZbviX8VpCio7KSMZHLBBA9o= 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=YAfnDgjdCJUK/m8wrrS5ZPIQdA0aL4u6yaMtUZLCLM27TbPZwayLXoEbZP+oNrhf7y z6w2RgkPV2Xg9LsKlH65FboHwLqWMxgJ5sUDpQgoVRhamxtueWRBF78yt+CgMLHjBVe/ MtIVlf7opvd3bobB0QUujt+eLOBdmX/ysf6gI= MIME-Version: 1.0 Received: by 10.151.48.19 with HTTP; Fri, 16 Apr 2010 12:19:31 -0700 (PDT) In-Reply-To: <20100416160818.GA69460@freebsd.org> References: <20100416160818.GA69460@freebsd.org> Date: Fri, 16 Apr 2010 12:19:31 -0700 Received: by 10.150.251.6 with SMTP id y6mr1962345ybh.328.1271445572042; Fri, 16 Apr 2010 12:19:32 -0700 (PDT) Message-ID: From: Matt Reimer To: Roman Divacky Content-Type: text/plain; charset=ISO-8859-1 Cc: current@freebsd.org Subject: Re: [CFT]: ClangBSD is selfhosting, we need testers now 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, 16 Apr 2010 19:50:25 -0000 On Fri, Apr 16, 2010 at 9:08 AM, Roman Divacky wrote: > Hi, > > ClangBSD is a branch of FreeBSD that aims at integrating clang (clang.llvm.org) > into FreeBSD, replacing GCC as a system compiler. > > Recently, we've achieved the state when clang can compile all of FreeBSD world > on i386/amd64 platforms (including all the C++ apps we have and itself) > and a bootable kernel. Thus we feel that the time has come to ask the FreeBSD > community for wider testing on i386/amd64 (you sure can help with other > platforms too :)). Good job, and thank you! Matt