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