xref: /netbsd-src/sys/arch/macppc/conf/std.macppc (revision a7e090f70e491979434963c9a27df4020fe0a18b)
1#	$NetBSD: std.macppc,v 1.23 2008/12/11 05:42:18 alc Exp $
2#
3# Standard/required options for NetBSD/macppc.
4
5machine	macppc powerpc
6include		"conf/std"	# MI standard options
7
8# standard ("mandatory") kernel options.
9options 	PPC_OEA		# OEA class PowerPC chips
10makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
11makeoptions     PPC_ARCH_MODE="ppc32"
12
13# Executable support:
14options 	EXEC_ELF32	# (native) ELF32 binary support
15options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
16options 	EXEC_SCRIPT	# shell script support
17
18options 	INTSTK=0x2000
19
20# Atheros HAL options
21include "external/isc/atheros_hal/conf/std.ath_hal"
22