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