std.octeon revision 1.5
1#	$NetBSD: std.octeon,v 1.5 2021/04/18 12:05:29 simonb Exp $
2
3machine evbmips mips
4include 	"conf/std"	# MI standard options
5
6options 	MIPS64_OCTEON
7
8options 	MIPS3_ENABLE_CLOCK_INTR
9
10makeoptions	LP64="yes"
11
12options 	MIPS64R2
13options 	EXEC_ELF32	# exec ELF32 binaries
14options 	EXEC_ELF64	# exec ELF64 binaries
15options 	COMPAT_NETBSD32
16options 	EXEC_SCRIPT	# exec #! scripts
17
18makeoptions	CFLAGS+="-mips64r2 -march=octeon+"
19makeoptions	AFLAGS+="-mips64r2 -march=octeon+"
20# There is uboot's boot info around 0x100000.
21makeoptions	DEFTEXTADDR="0x80200000"
22makeoptions	BOARDTYPE="octeon"
23
24include 	"arch/mips/conf/files.octeon"
25