blob: 2ffbf43cc316ed99cd78970852ce16140f20592e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: std.newsmips,v 1.19 2018/10/14 00:10:11 tsutsui Exp $
machine newsmips mips
include "conf/std" # MI standard options
makeoptions MACHINE_ARCH="mipseb"
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
options ENABLE_MIPS3_WIRED_MAP
options ENABLE_MIPS_R4700 # NWS-4000 has NKK R4700
makeoptions DEFTEXTADDR="0x80001000"
makeoptions LINKFORMAT="-N"
|