Home | History | Annotate | Line # | Download | only in conf
std.arc revision 1.18
      1 #	$NetBSD: std.arc,v 1.18 2005/09/17 09:44:06 yamt Exp $
      2 # standard arc info
      3 
      4 machine arc mips
      5 include		"conf/std"	# MI standard options
      6 makeoptions	MACHINE_ARCH="mipsel"
      7 
      8 mainbus0 at root
      9 cpu* at mainbus0
     10 
     11 # set CPU architecture level for kernel target
     12 #options 	MIPS1			# R2000/R3000 support
     13 options 	MIPS3			# R4000/R4400 support
     14 
     15 # Standard (non-optional) system "options"
     16 
     17 # Standard exec-package options
     18 options 	EXEC_ELF32		# native exec format
     19 options 	EXEC_SCRIPT		# may be unsafe
     20 
     21 makeoptions	DEFTEXTADDR="0x80200000"
     22