summaryrefslogtreecommitdiff
path: root/sys/arch/arc/conf/std.arc
blob: 999c6e9163d6591b10bb270446885b8fc5eea011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$NetBSD: std.arc,v 1.17 2003/12/13 01:31:24 sekiya Exp $
# standard arc info

machine arc mips
makeoptions	MACHINE_ARCH="mipsel"

mainbus0 at root
cpu* at mainbus0

# set CPU architecture level for kernel target
#options 	MIPS1			# R2000/R3000 support
options 	MIPS3			# R4000/R4400 support

# Standard (non-optional) system "options"

# Standard exec-package options
options 	EXEC_ELF32		# native exec format
options 	EXEC_SCRIPT		# may be unsafe

makeoptions	DEFTEXTADDR="0x80200000"