summaryrefslogtreecommitdiff
path: root/sys/arch/bebox/conf/std.bebox
blob: 5f39921f5167ff9ef37dc0941360560703816673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: std.bebox,v 1.12 2003/08/12 05:15:41 matt Exp $
#
# standard, required NetBSD/bebox 'options'

machine		bebox powerpc

options 	PPC_OEA		# BeBox uses Motorola PPC60x CPUs
makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use

options 	EXEC_ELF32	# exec ELF binaries
options 	EXEC_SCRIPT	# exec #! scripts

options 	INTSTK=0x2000

makeoptions	TEXTADDR=0x3100