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