2003-08-31 02:44:38 +04:00
|
|
|
# $NetBSD: std.hpcmips,v 1.17 2003/08/30 22:44:39 chs Exp $
|
1999-09-16 16:23:18 +04:00
|
|
|
# standard, required hpcmips info
|
|
|
|
|
|
|
|
machine hpcmips mips
|
2003-08-31 02:44:38 +04:00
|
|
|
makeoptions MACHINE_ARCH="mipsel"
|
1999-11-15 22:00:25 +03:00
|
|
|
|
2002-01-02 16:13:18 +03:00
|
|
|
options NOFPU # No FPU
|
|
|
|
options SOFTFLOAT # emulate FPU insn
|
|
|
|
|
1999-09-16 16:23:18 +04:00
|
|
|
mainbus0 at root
|
|
|
|
cpu* at mainbus0
|
|
|
|
|
|
|
|
# Standard exec-package options
|
2001-11-20 15:56:17 +03:00
|
|
|
options EXEC_ELF32 # native exec format
|
|
|
|
options EXEC_SCRIPT # may be unsafe
|
2000-12-03 10:05:21 +03:00
|
|
|
|
2002-02-11 22:10:29 +03:00
|
|
|
makeoptions DEFTEXTADDR="0x80001000"
|
2001-01-04 08:13:30 +03:00
|
|
|
makeoptions DEFCOPTS="-Os -mmemcpy"
|