Home | History | Annotate | Line # | Download | only in conf
std.integrator revision 1.5
      1 #	$NetBSD: std.integrator,v 1.5 2002/01/30 03:59:40 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 	ARM32
     16 
     17 options		__OLD_INTERRUPT_CODE	# XXX for now
     18 
     19 makeoptions	LOADADDRESS="0xa0100000"
     20 makeoptions	LINKENTRY="-e 0x10000"
     21 makeoptions	BOARDTYPE="integrator"
     22