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

18 lines
407 B
Plaintext

# $NetBSD: std.hpcmips,v 1.16 2002/12/09 22:54:13 simonb Exp $
# standard, required hpcmips info
machine hpcmips mips
options NOFPU # No FPU
options SOFTFLOAT # emulate FPU insn
mainbus0 at root
cpu* at mainbus0
# Standard exec-package options
options EXEC_ELF32 # native exec format
options EXEC_SCRIPT # may be unsafe
makeoptions DEFTEXTADDR="0x80001000"
makeoptions DEFCOPTS="-Os -mmemcpy"