xref: /netbsd-src/sys/arch/mvmeppc/conf/std.mvmeppc (revision 001c68bd94f75ce9270b69227c4199fbf34ee396)
1#	$NetBSD: std.mvmeppc,v 1.6 2003/02/03 17:09:57 matt Exp $
2#
3# standard, required NetBSD/mvmeppc 'options'
4
5machine		mvmeppc powerpc
6
7options 	PPC_OEA		# Support Motorola PPC60x CPUs
8makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
9
10options 	EXEC_ELF32	# exec ELF binaries
11options 	EXEC_SCRIPT	# exec #! scripts
12
13options 	INTSTK=0x2000
14options 	SPILLSTK=0x800
15
16makeoptions	TEXTADDR=0x4000
17