6a5e492b57
builds and use the endianness of the toolchain being used to determine the endianness of the kernel.
18 lines
407 B
Plaintext
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"
|