Home | History | Annotate | Line # | Download | only in conf
      1 # $NetBSD: std.rmixl,v 1.3 2011/02/20 07:48:34 matt Exp $
      2 
      3 machine evbmips mips
      4 include		"conf/std"	# MI standard options
      5 
      6 options 	MIPS3_ENABLE_CLOCK_INTR
      7 
      8 # Platform support
      9 options		MIPS64
     10 options		MIPS64_XLR
     11 options		MIPS64_XLS
     12 
     13 
     14 options 	EXEC_ELF32	# exec ELF32 binaries
     15 options 	EXEC_SCRIPT	# exec #! scripts
     16 
     17 makeoptions	CPUFLAGS+="-mips64"
     18 ##makeoptions	CFLAGS+="-mips64"
     19 makeoptions	DEFTEXTADDR="0x80100000"
     20 makeoptions	BOARDTYPE="rmixl"
     21 
     22 include "arch/evbmips/conf/files.rmixl"
     23