Home | History | Annotate | Line # | Download | only in conf
std.sbmips revision 1.1
      1  1.1  mrg # $NetBSD: std.sbmips,v 1.1 2017/07/24 08:56:29 mrg Exp $
      2  1.1  mrg 
      3  1.1  mrg machine sbmips 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.1  mrg include	"arch/mips/conf/files.sibyte"
     17