Home | History | Annotate | Line # | Download | only in conf
std.netwinder revision 1.9
      1  1.9  thorpej #	$NetBSD: std.netwinder,v 1.9 2003/01/03 00:56:02 thorpej Exp $
      2  1.1     matt #
      3  1.1     matt # standard NetBSD/netwinder options
      4  1.1     matt 
      5  1.1     matt machine	netwinder arm
      6  1.1     matt 
      7  1.1     matt options 	EXEC_AOUT
      8  1.1     matt options 	EXEC_SCRIPT
      9  1.6    lukem options 	EXEC_ELF32
     10  1.1     matt 
     11  1.1     matt # To support easy transit to ../arch/arm/arm32
     12  1.6    lukem options 	ARM32
     13  1.9  thorpej 
     14  1.9  thorpej options 	ARM_INTR_IMPL="<arm/footbridge/footbridge_intr.h>"
     15  1.4     matt 
     16  1.4     matt makeoptions	LOADADDRESS="0xF000C000"
     17  1.8   atatat makeoptions	ENTRYPOINT="nwstart"
     18