Home | History | Annotate | Line # | Download | only in conf
std.rmixl revision 1.2
      1 # $NetBSD: std.rmixl,v 1.2 2009/12/14 00:46:02 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_XLS
     11 
     12 
     13 options	EXEC_ELF32	# exec ELF32 binaries
     14 options	EXEC_SCRIPT	# exec #! scripts
     15 
     16 makeoptions	CPUFLAGS+="-mips64"
     17 ##makeoptions	CFLAGS+="-mips64"
     18 makeoptions	DEFTEXTADDR="0x80100000"
     19 makeoptions	BOARDTYPE="rmixl"
     20 
     21 include "arch/evbmips/conf/files.rmixl"
     22