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