From owner-freebsd-sparc64@FreeBSD.ORG Sun May 21 04:35:37 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1A0D16A486 for ; Sun, 21 May 2006 04:35:37 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF1FA43D73 for ; Sun, 21 May 2006 04:35:30 +0000 (GMT) (envelope-from kip.macy@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so732985wxd for ; Sat, 20 May 2006 21:35:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HuV5S2k/PBwfRToccYFnNWmc4l23mehQZEN5Y5jgpBnhUB3SDhL9+isN6G0ts1KK8DDcTxwSHtfmA8MgIYZjgDp/1n329YPOcQ199kjYfBo8EFb8f5EUeVLKY3zKOVdpRHJC5awp5LdQW5IxgaLlBGlQCDTq+UgK3kST8jhFKtA= Received: by 10.70.116.10 with SMTP id o10mr3836866wxc; Sat, 20 May 2006 21:35:29 -0700 (PDT) Received: by 10.70.71.2 with HTTP; Sat, 20 May 2006 21:35:29 -0700 (PDT) Message-ID: Date: Sat, 20 May 2006 21:35:29 -0700 From: "Kip Macy" To: freebsd-sparc64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: freebsd is self-hosting on the T1 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kmacy@fsmware.com List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2006 04:35:37 -0000 I'm proud to announce that FreeBSD can now buildworld on the UltraSPARC T1. For those who have access to perforce you can get the "//depot/projects/kmacy_sun4v/..." tree and then cross-build: % make buildworld TARGET_ARCH=3Dsparc64 TARGET=3Dsun4v -Kip