xref: /netbsd/sys/arch/pmax/conf/std.pmax64 (revision 6550d01e)
1#	$NetBSD: std.pmax64,v 1.2 2009/12/14 00:46:10 matt Exp $
2# standard, required pmax info
3
4machine pmax mips
5include		"conf/std"	# MI standard options
6makeoptions	MACHINE_ARCH="mips64el"
7
8# Standard exec-package options
9options 	EXEC_ELF64
10options 	EXEC_ELF32	# 32-bit ELF support (native format)
11options 	EXEC_SCRIPT	# exec of #! scripts
12options 	COMPAT_NETBSD32	# exec NetBSD 32-bit binaries
13
14makeoptions	DEFTEXTADDR="0x80030000"
15makeoptions	LP64="yes"
16