From owner-freebsd-current Thu Jan 30 9:10:51 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72F6F37B401; Thu, 30 Jan 2003 09:10:50 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DC1A43F75; Thu, 30 Jan 2003 09:10:49 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0UHAg1e056388; Thu, 30 Jan 2003 10:10:42 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 30 Jan 2003 10:09:57 -0700 (MST) Message-Id: <20030130.100957.06950735.imp@bsdimp.com> To: marcel@xcllnt.net Cc: jmallett@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Patch to teach config(8) about "platforms". From: "M. Warner Losh" In-Reply-To: <20030129004006.GA945@athlon.pn.xcllnt.net> References: <20030128235528.GA844@athlon.pn.xcllnt.net> <20030128160936.A4252@FreeBSD.org> <20030129004006.GA945@athlon.pn.xcllnt.net> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20030129004006.GA945@athlon.pn.xcllnt.net> Marcel Moolenaar writes: : general theme. Thus (in this case), ARCH=mips and MACH=algor or : MACH=sgimips... Actually, NetBSD uses MACHINE_ARCH=mipsel for little endian machines and MACHINE_ARCH=mips for big endian machines. However, it has a common set of mips include files/code, etc in src/sys/arch/mips Forcing MACHINE_ARCH to be mips in both proved too problematic. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message