Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: std.emips,v 1.1 2011/01/26 01:18:50 pooka Exp $
      2 # standard, required emips info
      3 
      4 machine emips mips
      5 include		"conf/std"	# MI standard options
      6 makeoptions	MACHINE_ARCH="mipseb"
      7 
      8 # accelerator support, ENOTYET
      9 #options     ACCELERATOR
     10 #defparam    opt_accelerator.h ACCELERATOR_MAX_OPS
     11 #defparam    opt_accelerator.h ACCELERATOR_MAX_SLOTS
     12 
     13 #options     ACCELERATOR_MAX_OPS=8        # fixed by the ISA, more or less
     14 #options     ACCELERATOR_MAX_SLOTS=4      # should we allow redef in specific config? at runtime?
     15 
     16 # Standard exec-package options
     17 options 	EXEC_ELF32	# 32-bit ELF support (native format)
     18 options 	EXEC_SCRIPT	# exec of #! scripts
     19 
     20 makeoptions	DEFTEXTADDR="0x80020000"
     21