Use correct MACHINE_ARCH.

This commit is contained in:
soren 2000-03-20 12:26:11 +00:00
parent e07db3089d
commit d71e4cbde1
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
/* $NetBSD: param.h,v 1.1 2000/03/19 23:07:47 soren Exp $ */
/* $NetBSD: param.h,v 1.2 2000/03/20 12:26:11 soren Exp $ */
#include <mips/mips_param.h>
#define _MACHINE_ARCH mipseb
#define MACHINE_ARCH "mipseb"
#define _MACHINE_ARCH mipsel
#define MACHINE_ARCH "mipsel"
#define _MACHINE cobalt
#define MACHINE "cobalt"
#define MID_MACHINE MID_MIPS