2006-06-24 07:50:38 +04:00
|
|
|
# $NetBSD: std.arc,v 1.21 2006/06/24 03:50:38 tsutsui 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
|
2005-09-17 13:44:05 +04:00
|
|
|
include "conf/std" # MI standard options
|
2003-08-31 02:44:38 +04:00
|
|
|
makeoptions MACHINE_ARCH="mipsel"
|
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
|
2006-06-24 07:50:38 +04:00
|
|
|
options MIPS3_ENABLE_CLOCK_INTR
|
2000-01-23 23:08:49 +03:00
|
|
|
|
2005-11-05 12:50:50 +03:00
|
|
|
# arc port use wired map for device space
|
|
|
|
options ENABLE_MIPS3_WIRED_MAP
|
|
|
|
|
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-12-03 10:05:21 +03:00
|
|
|
makeoptions DEFTEXTADDR="0x80200000"
|