summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/conf/std.macppc
blob: afbe1a42109452fafc6c7dac680fa7850550d89a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: std.macppc,v 1.16 2003/08/12 05:15:42 matt Exp $
#
# Standard/required options for NetBSD/macppc.

machine	macppc powerpc

# standard ("mandatory") kernel options.
options 	PPC_OEA		# OEA class PowerPC chips
makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use

# Executable support:
options 	EXEC_ELF32	# (native) ELF32 binary support
options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
options 	EXEC_SCRIPT	# shell script support

options 	INTSTK=0x2000

options 	OPENPIC		# OpenPIC (really only on CHRP-ish systems)