Split the "mips" MACHINE_ARCH for 1.4. newsmips is "mipseb"; pmax is

"mipsel".
This commit is contained in:
tv 1999-02-09 17:15:51 +00:00
parent c172eeaa1b
commit e07978e871
3 changed files with 7 additions and 9 deletions

View File

@ -1,10 +1,4 @@
/* $NetBSD: mips_param.h,v 1.11 1999/01/14 18:45:45 castor Exp $ */
/*
* Architecture name.
*/
#define _MACHINE_ARCH mips
#define MACHINE_ARCH "mips"
/* $NetBSD: mips_param.h,v 1.12 1999/02/09 17:15:52 tv Exp $ */
/*
* NOTE: SSIZE, SINCR and UPAGES must be multiples of CLSIZE.

View File

@ -1,4 +1,4 @@
/* from $NetBSD: param.h,v 1.4 1998/08/26 12:07:21 tsubai Exp $ */
/* from $NetBSD: param.h,v 1.5 1999/02/09 17:15:51 tv Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -52,6 +52,8 @@
* Machine dependent constants for mips-based NEWS.
*/
#define _MACHINE_ARCH mipseb
#define MACHINE_ARCH "mipseb"
#define _MACHINE newsmips
#define MACHINE "newsmips"
#define MID_MACHINE MID_MIPS

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.26 1998/08/25 01:55:40 nisimura Exp $ */
/* $NetBSD: param.h,v 1.27 1999/02/09 17:15:52 tv Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -52,6 +52,8 @@
* Machine dependent constants for mips-based DECstations.
*/
#define _MACHINE_ARCH mipsel
#define MACHINE_ARCH "mipsel"
#define _MACHINE pmax
#define MACHINE "pmax"
#define MID_MACHINE MID_PMAX