2002-12-10 01:54:09 +03:00
|
|
|
# $NetBSD: std.arc,v 1.13 2002/12/09 22:54:09 simonb Exp $
|
2000-01-24 00:01:48 +03:00
|
|
|
# standard arc info
|
2000-01-23 23:08:49 +03:00
|
|
|
|
2000-01-24 00:01:48 +03:00
|
|
|
machine arc mips
|
2000-01-23 23:08:49 +03:00
|
|
|
|
|
|
|
mainbus0 at root
|
|
|
|
cpu* at mainbus0
|
|
|
|
|
|
|
|
# set CPU architecture level for kernel target
|
2000-01-24 00:01:48 +03:00
|
|
|
#options MIPS1 # R2000/R3000 support
|
|
|
|
options MIPS3 # R4000/R4400 support
|
2000-01-23 23:08:49 +03:00
|
|
|
|
|
|
|
# Standard (non-optional) system "options"
|
|
|
|
|
|
|
|
# Standard exec-package options
|
|
|
|
options EXEC_ELF32 # native exec format
|
|
|
|
options EXEC_SCRIPT # may be unsafe
|
2000-01-24 00:01:48 +03:00
|
|
|
|
2000-01-25 19:07:12 +03:00
|
|
|
options MIPS3_L2CACHE_PRESENT # may have L2 cache
|
|
|
|
options MIPS3_L2CACHE_ABSENT # may not have L2 cache
|
2000-01-24 00:01:48 +03:00
|
|
|
|
|
|
|
options __NO_SOFT_SERIAL_INTERRUPT # for "com" driver
|
2000-12-03 10:05:21 +03:00
|
|
|
|
|
|
|
makeoptions DEFTEXTADDR="0x80200000"
|