xref: /netbsd-src/sys/arch/pmax/conf/std.pmax (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
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