std.macppc revision 1.15
11.15Smatt#	$NetBSD: std.macppc,v 1.15 2003/02/03 17:09:56 matt Exp $
21.1Sthorpej#
31.1Sthorpej# Standard/required options for NetBSD/macppc.
41.1Sthorpej
51.1Sthorpejmachine	macppc powerpc
61.1Sthorpej
71.1Sthorpej# standard ("mandatory") kernel options.
81.15Smattoptions 	PPC_OEA		# OEA class PowerPC chips
91.15Smattmakeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
101.1Sthorpej
111.1Sthorpej# Executable support:
121.1Sthorpejoptions 	EXEC_ELF32	# (native) ELF32 binary support
131.1Sthorpejoptions 	EXEC_AOUT	# (native) a.out binary support (deprecated)
141.2Sthorpejoptions 	EXEC_SCRIPT	# shell script support
151.14Smatt
161.14Smattoptions 	INTSTK=0x2000
171.14Smattoptions 	SPILLSTK=0x800
181.10Sbriggs
191.10Sbriggsoptions 	OPENPIC		# OpenPIC (really only on CHRP-ish systems)
20