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