19 lines
443 B
Plaintext
19 lines
443 B
Plaintext
# $NetBSD: std.hpcmips,v 1.14 2002/01/26 10:24:58 takemura 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="0x80030000"
|
|
makeoptions MACHINE_ARCH="mipsel"
|
|
makeoptions DEFCOPTS="-Os -mmemcpy"
|