Home | History | Annotate | Line # | Download | only in conf
std.malta revision 1.8
      1  1.8    matt # $NetBSD: std.malta,v 1.8 2011/02/20 07:48:34 matt Exp $
      2  1.1  simonb 
      3  1.1  simonb machine evbmips mips
      4  1.4    yamt include		"conf/std"	# MI standard options
      5  1.1  simonb 
      6  1.1  simonb options MIPS3_ENABLE_CLOCK_INTR
      7  1.1  simonb 
      8  1.1  simonb # Platform support
      9  1.1  simonb options	MIPS_MALTA
     10  1.1  simonb 
     11  1.1  simonb options	EXEC_ELF32	# exec ELF32 binaries
     12  1.1  simonb options	EXEC_SCRIPT	# exec #! scripts
     13  1.1  simonb 
     14  1.7    matt makeoptions	CFLAGS+="-mips64"
     15  1.8    matt makeoptions	AFLAGS+="-mips64"
     16  1.1  simonb makeoptions	DEFTEXTADDR="0x80100000"
     17  1.1  simonb makeoptions	BOARDTYPE="malta"
     18  1.1  simonb 
     19  1.3  simonb include "arch/evbmips/conf/files.malta"
     20  1.6     alc 
     21  1.6     alc # Atheros HAL options
     22  1.6     alc include "external/isc/atheros_hal/conf/std.ath_hal"
     23