From owner-freebsd-current@FreeBSD.ORG Fri Apr 16 20:37:28 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 C6D05106564A; Fri, 16 Apr 2010 20:37:28 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 3153C8FC20; Fri, 16 Apr 2010 20:37:27 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e12so456444fga.13 for ; Fri, 16 Apr 2010 13:37:27 -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=IvEdhrVzPVd23iOY7g9208CIkezf97u6Kt+TLfOyQWU=; b=aFFaVKWOFOlbga6WOgwFbIYAQMOlqD3fIBcEW1R37t86zbe/f550v4nJ+zWvzl3Tk8 F2egUkuNP0JN+b1j55V2Dv+AHmGpy7WnjQS1rJ1aAeJB4AK2q7hq9jTU4W1sc1NEFI9+ +vezuNRNQ+zp6f3v2SbWGDYpcSiTtlG1+b5SE= 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=Z/ZIgM2Y3yY1GVnnzQDFm52vACGGALW8bqo185nD8XNH+Cw2U5Cv18NsIg0HpYWeam QeIUR1v46SLG2ouw5AlPC+6I7EW1f+8JW3DOiWksYxeeIxh2WbApregRUku8Oz3shg9h yoDXzTPS6J/JLz/GWIb7pXk0X7hkEGEbYLQDQ= MIME-Version: 1.0 Received: by 10.239.193.6 with HTTP; Fri, 16 Apr 2010 13:15:22 -0700 (PDT) In-Reply-To: <20100416160818.GA69460@freebsd.org> References: <20100416160818.GA69460@freebsd.org> Date: Fri, 16 Apr 2010 23:15:22 +0300 Received: by 10.239.186.136 with SMTP id g8mr163848hbh.71.1271448923047; Fri, 16 Apr 2010 13:15:23 -0700 (PDT) Message-ID: From: George Liaskos 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 20:37:28 -0000 > 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 :)). This is great news, compiling right now! Thank you!