summaryrefslogtreecommitdiff
path: root/sys/arch/evbmips/conf/std.rasoc
blob: ff8ebb0f4eeab93c4da68cc10d8f1a40028bfed3 (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.4 2014/04/30 00:58:54 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="yes"

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