xref: /netbsd-src/sys/arch/arc/conf/std.arc (revision e5548b402ae4c44fb816de42c7bba9581ce23ef5)
1#	$NetBSD: std.arc,v 1.20 2005/12/11 12:16:38 christos Exp $
2# standard arc info
3
4machine arc mips
5include		"conf/std"	# MI standard options
6makeoptions	MACHINE_ARCH="mipsel"
7
8mainbus0 at root
9cpu* at mainbus0
10
11# set CPU architecture level for kernel target
12#options 	MIPS1			# R2000/R3000 support
13options 	MIPS3			# R4000/R4400 support
14
15# arc port use wired map for device space
16options 	ENABLE_MIPS3_WIRED_MAP
17
18# Standard (non-optional) system "options"
19
20# Standard exec-package options
21options 	EXEC_ELF32		# native exec format
22options 	EXEC_SCRIPT		# may be unsafe
23
24makeoptions	DEFTEXTADDR="0x80200000"
25