summaryrefslogtreecommitdiff
path: root/sys/arch/evbmips/conf/std.rasoc
blob: 653fa98a4dcb7970c3fbee97d0de5575c7539e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$NetBSD: std.rasoc,v 1.3 2011/08/16 07:01:37 matt Exp $

machine 	evbmips mips
include 	"conf/std"	# MI standard options

options 	MIPS3_ENABLE_CLOCK_INTR

#options 	MIPS32
options 	MIPS32R2	# MIPS32 Release 2
options 	NOFPU		# No FPU
options 	FPEMUL		# emulate FPU insn
options 	EXEC_ELF32	# exec ELF32 binaries
options 	EXEC_SCRIPT	# exec #! scripts

makeoptions	CPUFLAGS+="-march=mips32r2"
makeoptions	DEFTEXTADDR="0x80010000"
makeoptions	NEED_BINARY="yes"
makeoptions	NEED_UBOOTIMAGE="bsentry"

include	"arch/evbmips/conf/files.rasoc"