Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: std.algor,v 1.1 2011/07/09 16:03:01 matt Exp $
      2 
      3 machine		evbmips mips algor
      4 include		"conf/std"	# MI standard options
      5 
      6 makeoptions	MACHINE_ARCH="mipsel"
      7 
      8 # Standard exec-package options
      9 options 	EXEC_ELF32	# 32-bit ELF support (native format)
     10 options 	EXEC_SCRIPT	# exec of #! scripts
     11 
     12 options 	MIPS3		# All supported Algor boards are MIPS3
     13 options 	MIPS3_ENABLE_CLOCK_INTR
     14 
     15 makeoptions	DEFTEXTADDR="0x80100000"
     16 makeoptions	BOARDTYPE="algor"
     17