Home | History | Annotate | Line # | Download | only in conf
std.integrator revision 1.1
      1 #	$NetBSD: std.integrator,v 1.1 2001/10/27 16:14:44 rearnsha Exp $
      2 #
      3 # standard NetBSD/netwinder options
      4 
      5 machine	evbarm arm
      6 
      7 options 	EXEC_AOUT
      8 options 	EXEC_SCRIPT
      9 options		EXEC_ELF32
     10 
     11 # To support easy transit to ../arch/arm/arm32
     12 options		PROG32
     13 options		ARM32
     14 
     15 makeoptions	LOADADDRESS="0xa0100000"
     16 makeoptions	LINKENTRY="-e 0x10000"
     17 makeoptions	BOARDTYPE="integrator"
     18