Home | History | Annotate | Line # | Download | only in conf
std.alchemy revision 1.2
      1 # $NetBSD: std.alchemy,v 1.2 2006/02/09 00:26:39 gdamore Exp $
      2 
      3 machine evbmips mips
      4 include		"conf/std"	# MI standard options
      5 
      6 options MIPS3_ENABLE_CLOCK_INTR
      7 options	ENABLE_MIPS3_WIRED_MAP
      8 
      9 options	EXEC_ELF32	# exec ELF32 binaries
     10 options	EXEC_SCRIPT	# exec #! scripts
     11 
     12 makeoptions	DEFTEXTADDR="0x800a0000"
     13 makeoptions	BOARDTYPE="alchemy"
     14 
     15 include 	"arch/evbmips/conf/files.alchemy"
     16 include 	"arch/mips/conf/files.alchemy"
     17