std.netwinder revision 1.10
1#	$NetBSD: std.netwinder,v 1.10 2003/04/22 01:42:01 thorpej Exp $
2#
3# standard NetBSD/netwinder options
4
5machine	netwinder arm
6
7options 	EXEC_AOUT
8options 	EXEC_SCRIPT
9options 	EXEC_ELF32
10
11# To support easy transit to ../arch/arm/arm32
12options 	ARM32
13
14# The new pmap is standard on the Netwinder.
15options 	ARM32_PMAP_NEW
16
17options 	ARM_INTR_IMPL="<arm/footbridge/footbridge_intr.h>"
18
19makeoptions	LOADADDRESS="0xF000C000"
20makeoptions	ENTRYPOINT="nwstart"
21