xref: /netbsd-src/sys/arch/pmax/conf/std.pmax (revision 8b0f9554ff8762542c4defc4f70e1eb76fb508fa)
1#	$NetBSD: std.pmax,v 1.18 2005/12/11 12:18:36 christos Exp $
2# standard, required pmax info
3
4machine pmax mips
5include		"conf/std"	# MI standard options
6makeoptions	MACHINE_ARCH="mipsel"
7
8# Standard exec-package options
9options 	EXEC_ELF32	# 32-bit ELF support (native format)
10options 	EXEC_SCRIPT	# exec of #! scripts
11
12makeoptions	DEFTEXTADDR="0x80030000"
13