xref: /netbsd/sys/arch/bebox/conf/std.bebox (revision bf9ec67e)
1#	$NetBSD: std.bebox,v 1.9 2002/04/18 20:08:07 matt Exp $
2#
3# standard, required NetBSD/bebox 'options'
4
5machine		bebox powerpc
6
7options 	PPC_MPC6XX	# BeBox uses Motorola PPC60x CPUs
8makeoptions	PPCDIR="mpc6xx"	# Tell Makefile.powerpc what dir to use
9options 	EXEC_ELF32	# exec ELF binaries
10options 	EXEC_SCRIPT	# exec #! scripts
11
12makeoptions	TEXTADDR=0x3100
13