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