std.macppc revision 1.13
11.13Smatt#	$NetBSD: std.macppc,v 1.13 2002/04/18 20:08:08 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.12Stsubaioptions 	PPC_MPC6XX	# OEA class PowerPC chips
91.13Smattmakeoptions	PPCDIR="mpc6xx"	# 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.10Sbriggs
161.10Sbriggsoptions 	OPENPIC		# OpenPIC (really only on CHRP-ish systems)
17