1# $NetBSD: std.arc,v 1.15 2003/05/25 14:00:13 tsutsui 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_ABSENT # may not have L2 cache 20 21makeoptions DEFTEXTADDR="0x80200000" 22