std.sandpoint revision 1.7
1#	$NetBSD: std.sandpoint,v 1.7 2003/02/02 20:43:25 matt Exp $
2#
3# standard, required NetBSD/sandpoint 'options'
4
5machine		sandpoint powerpc
6
7options 	PPC_MPC6XX	# Sandpoint uses Motorola PPC60x CPUs
8makeoptions 	PPCDIR="mpc6xx"	# Tell Makefile.powerpc what dir to use
9
10# Executable support:
11options 	EXEC_ELF32	# exec ELF binaries
12options 	EXEC_SCRIPT	# exec #! scripts
13
14options 	OPENPIC
15
16options 	INTSTK=0x2000
17options 	SPILLSTK=0x800
18
19makeoptions	TEXTADDR=0x90000
20makeoptions	NEED_SREC=yes
21