std.arc revision 1.9 1 # $NetBSD: std.arc,v 1.9 2000/01/25 16:07:13 enami Exp $
2 # standard arc info
3
4 machine arc mips
5
6 prefix ../gnu/sys
7 cinclude "conf/files.softdep"
8 prefix
9
10 mainbus0 at root
11 cpu* at mainbus0
12
13 # set CPU architecture level for kernel target
14 #options MIPS1 # R2000/R3000 support
15 options MIPS3 # R4000/R4400 support
16
17 # Standard (non-optional) system "options"
18
19 # Standard exec-package options
20 options EXEC_ELF32 # native exec format
21 options EXEC_SCRIPT # may be unsafe
22
23 options MIPS3_L2CACHE_PRESENT # may have L2 cache
24 options MIPS3_L2CACHE_ABSENT # may not have L2 cache
25
26 options __NO_SOFT_SERIAL_INTERRUPT # for "com" driver
27