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