std.macppc revision 1.15
1#	$NetBSD: std.macppc,v 1.15 2003/02/03 17:09:56 matt Exp $
2#
3# Standard/required options for NetBSD/macppc.
4
5machine	macppc powerpc
6
7# standard ("mandatory") kernel options.
8options 	PPC_OEA		# OEA class PowerPC chips
9makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
10
11# Executable support:
12options 	EXEC_ELF32	# (native) ELF32 binary support
13options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
14options 	EXEC_SCRIPT	# shell script support
15
16options 	INTSTK=0x2000
17options 	SPILLSTK=0x800
18
19options 	OPENPIC		# OpenPIC (really only on CHRP-ish systems)
20