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

14 lines
295 B
Plaintext

# $NetBSD: std.sbmips,v 1.3 2002/12/09 22:54:16 simonb Exp $
machine sbmips mips
options MIPS64
options MIPS64_SB1 # we use an SB1 core
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
makeoptions DEFTEXTADDR="0x80001000"
include "arch/mips/conf/files.sibyte"