std.sandpoint revision 1.10
1#	$NetBSD: std.sandpoint,v 1.10 2005/09/17 09:44:08 yamt 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 	OPENPIC
16
17options 	INTSTK=0x2000
18
19makeoptions	TEXTADDR=0x90000
20makeoptions	NEED_SREC=yes
21