xref: /netbsd/sys/arch/arc/conf/std.arc (revision bf9ec67e)
1#	$NetBSD: std.arc,v 1.12 2001/10/23 20:40:01 thorpej Exp $
2# standard arc info
3
4machine arc mips
5
6mainbus0 at root
7cpu* at mainbus0
8
9# set CPU architecture level for kernel target
10#options 	MIPS1			# R2000/R3000 support
11options 	MIPS3			# R4000/R4400 support
12
13# Standard (non-optional) system "options"
14
15# Standard exec-package options
16options 	EXEC_ELF32		# native exec format
17options 	EXEC_SCRIPT		# may be unsafe
18
19options 	MIPS3_L2CACHE_PRESENT	# may have L2 cache
20options 	MIPS3_L2CACHE_ABSENT	# may not have L2 cache
21
22options 	__NO_SOFT_SERIAL_INTERRUPT	# for "com" driver
23
24makeoptions	DEFTEXTADDR="0x80200000"
25makeoptions	MACHINE_ARCH="mipsel"
26