From owner-freebsd-mips@FreeBSD.ORG Wed Apr 14 23:35:21 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDA291065670; Wed, 14 Apr 2010 23:35:21 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 61D358FC08; Wed, 14 Apr 2010 23:35:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o3ENSThH055611; Wed, 14 Apr 2010 17:28:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 14 Apr 2010 17:28:43 -0600 (MDT) Message-Id: <20100414.172843.117603859823085328.imp@bsdimp.com> To: jmallett@freebsd.org From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-mips@freebsd.org Subject: Re: My MIPS branch's patches for review. n32, n64 support; general cleanup X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 23:35:21 -0000 In message: : And if you wish to try out e.g. an n32 world and kernel from that : patch or my branch, just set TARGET_ABI to n32 and use buildworld and : buildkernel, and set TARGET_CPUTYPE to mips32 or mips64 or whatever is : appropriate for your system. Just a heads up. Don't get too used to TARGET_ABI... That bit of the branch will almost certainly change when I integrate in the tbemd branch, which changes how we specify what we build. Warner