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