19 lines
438 B
Plaintext
19 lines
438 B
Plaintext
# $NetBSD: std.hpcmips,v 1.15 2002/02/11 19:10:29 uch 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 MACHINE_ARCH="mipsel"
|
|
makeoptions DEFCOPTS="-Os -mmemcpy"
|