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