xref: /netbsd-src/sys/arch/prep/conf/std.prep (revision 8b0f9554ff8762542c4defc4f70e1eb76fb508fa)
1#	$NetBSD: std.prep,v 1.11 2006/05/10 17:28:41 garbled Exp $
2#
3# standard, required NetBSD/prep 'options'
4
5machine		prep powerpc
6include		"conf/std"	# MI standard options
7
8options 	PPC_OEA
9makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
10
11options 	EXEC_SCRIPT	# exec #! scripts
12options 	EXEC_ELF32	# exec ELF binaries
13options 	EXEC_AOUT	# exec a.out binaries
14
15options 	INTSTK=0x2000
16options		PCKBCNOTEST	# 7043 and 7248 fail this test.
17options		PCI_NETBSD_CONFIGURE
18