std.arc revision 1.16 1 # $NetBSD: std.arc,v 1.16 2003/08/30 22:44:38 chs Exp $
2 # standard arc info
3
4 machine arc mips
5 makeoptions MACHINE_ARCH="mipsel"
6
7 mainbus0 at root
8 cpu* at mainbus0
9
10 # set CPU architecture level for kernel target
11 #options MIPS1 # R2000/R3000 support
12 options MIPS3 # R4000/R4400 support
13
14 # Standard (non-optional) system "options"
15
16 # Standard exec-package options
17 options EXEC_ELF32 # native exec format
18 options EXEC_SCRIPT # may be unsafe
19
20 options MIPS3_L2CACHE_ABSENT # may not have L2 cache
21
22 makeoptions DEFTEXTADDR="0x80200000"
23