Home | History | Annotate | Line # | Download | only in conf
      1  1.6    matt # $NetBSD: std.sbmips,v 1.6 2009/12/14 00:46:12 matt Exp $
      2  1.1  simonb 
      3  1.1  simonb machine sbmips mips
      4  1.4    yamt include		"conf/std"	# MI standard options
      5  1.1  simonb 
      6  1.6    matt options 	MIPS64
      7  1.6    matt options 	MIPS64_SB1	# we use an SB1 core
      8  1.1  simonb 
      9  1.6    matt options 	EXEC_ELF32	# exec ELF32 binaries
     10  1.6    matt options 	EXEC_SCRIPT	# exec #! scripts
     11  1.1  simonb 
     12  1.6    matt makeoptions	CFLAGS+="-mips64 -mtune=sb1"
     13  1.6    matt makeoptions	AFLAGS+="-mips64 -mtune=sb1"
     14  1.1  simonb makeoptions	DEFTEXTADDR="0x80001000"
     15  1.1  simonb 
     16  1.1  simonb include	"arch/mips/conf/files.sibyte"
     17