1 # $NetBSD: std.integrator,v 1.2 2001/11/04 02:20:22 thorpej Exp $ 2 # 3 # standard NetBSD/netwinder options 4 5 machine evbarm arm 6 7 # Pull in Integrator config definitions. 8 include "arch/evbarm/conf/files.integrator" 9 10 options EXEC_AOUT 11 options EXEC_SCRIPT 12 options EXEC_ELF32 13 14 # To support easy transit to ../arch/arm/arm32 15 options PROG32 16 options ARM32 17 18 makeoptions LOADADDRESS="0xa0100000" 19 makeoptions LINKENTRY="-e 0x10000" 20 makeoptions BOARDTYPE="integrator" 21