NetBSD/sys/arch/arc/conf/std.arc
simonb 6a5e492b57 Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernel
builds and use the endianness of the toolchain being used to determine
the endianness of the kernel.
2002-12-09 22:54:09 +00:00

25 lines
616 B
Plaintext

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