Home | History | Annotate | Line # | Download | only in conf
std.malta revision 1.3
      1 # $NetBSD: std.malta,v 1.3 2002/12/09 22:54:10 simonb Exp $
      2 
      3 machine evbmips mips
      4 
      5 options MIPS3_ENABLE_CLOCK_INTR
      6 
      7 # Platform support
      8 options	MIPS_MALTA
      9 
     10 options	EXEC_ELF32	# exec ELF32 binaries
     11 options	EXEC_SCRIPT	# exec #! scripts
     12 
     13 makeoptions	DEFTEXTADDR="0x80100000"
     14 makeoptions	BOARDTYPE="malta"
     15 
     16 include "arch/evbmips/conf/files.malta"
     17