xref: /netbsd/sys/arch/rs6000/conf/std.rs6000 (revision 6550d01e)
1#	$NetBSD: std.rs6000,v 1.2 2008/02/06 17:26:04 garbled Exp $
2#
3# standard, required NetBSD/prep 'options'
4
5machine		rs6000 powerpc
6include		"conf/std"	# MI standard options
7
8#options 	POWER
9options		PPC_OEA
10options 	PPC_OEA601
11makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
12
13options 	EXEC_SCRIPT	# exec #! scripts
14options 	EXEC_ELF32	# exec ELF binaries
15options 	EXEC_AOUT	# exec a.out binaries
16
17options 	INTSTK=0x2000
18options		PCKBCNOTEST	# 7043 and 7248 fail this test.
19