1#	$NetBSD: std.emips,v 1.18 2005/12/11 12:18:36 christos Exp $
2# standard, required emips info
3
4machine emips mips
5include		"conf/std"	# MI standard options
6makeoptions	MACHINE_ARCH="mipseb"
7
8# accelerator support, ENOTYET
9#options     ACCELERATOR
10#defparam    opt_accelerator.h ACCELERATOR_MAX_OPS
11#defparam    opt_accelerator.h ACCELERATOR_MAX_SLOTS
12
13#options     ACCELERATOR_MAX_OPS=8        # fixed by the ISA, more or less
14#options     ACCELERATOR_MAX_SLOTS=4      # should we allow redef in specific config? at runtime?
15
16# Standard exec-package options
17options 	EXEC_ELF32	# 32-bit ELF support (native format)
18options 	EXEC_SCRIPT	# exec of #! scripts
19
20makeoptions	DEFTEXTADDR="0x80020000"
21