NetBSD/sys/arch/cobalt/conf/std.cobalt
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

15 lines
305 B
Plaintext

# $NetBSD: std.cobalt,v 1.6 2002/12/09 22:54:10 simonb Exp $
machine cobalt mips
options MIPS3
options MIPS3_5200
options MIPS3_L2CACHE_ABSENT
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
options __NO_SOFT_SERIAL_INTERRUPT
makeoptions DEFTEXTADDR="0x80001000"