Home | History | Annotate | Line # | Download | only in conf
std.sbmips revision 1.2.2.2
      1  1.2.2.2  skrll # $NetBSD: std.sbmips,v 1.2.2.2 2017/08/28 17:51:36 skrll Exp $
      2  1.2.2.2  skrll 
      3  1.2.2.2  skrll machine evbmips mips
      4  1.2.2.2  skrll include		"conf/std"	# MI standard options
      5  1.2.2.2  skrll 
      6  1.2.2.2  skrll options 	MIPS64
      7  1.2.2.2  skrll options 	MIPS64_SB1	# we use an SB1 core
      8  1.2.2.2  skrll 
      9  1.2.2.2  skrll options 	EXEC_ELF32	# exec ELF32 binaries
     10  1.2.2.2  skrll options 	EXEC_SCRIPT	# exec #! scripts
     11  1.2.2.2  skrll 
     12  1.2.2.2  skrll makeoptions	CFLAGS+="-mips64 -mtune=sb1"
     13  1.2.2.2  skrll makeoptions	AFLAGS+="-mips64 -mtune=sb1"
     14  1.2.2.2  skrll makeoptions	DEFTEXTADDR="0x80001000"
     15  1.2.2.2  skrll 
     16  1.2.2.2  skrll include	"arch/evbmips/conf/files.sbmips"
     17  1.2.2.2  skrll include	"arch/mips/conf/files.sibyte"
     18