1#	$NetBSD: std.sandpoint,v 1.13 2007/10/27 15:36:29 nisimura Exp $
2#
3# standard, required NetBSD/sandpoint 'options'
4
5machine		sandpoint powerpc
6include		"conf/std"	# MI standard options
7
8options 	PPC_OEA		# Sandpoint uses OEA compliant CPUs
9makeoptions 	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
10
11# Executable support:
12options 	EXEC_ELF32	# exec ELF binaries
13options 	EXEC_SCRIPT	# exec #! scripts
14
15options 	PIC_MPCSOC
16
17options 	INTSTK=0x2000
18
19makeoptions	TEXTADDR=0x90000
20