add "makeoptions MACHINE_ARCH=..." in std.* for mips ports
where it is constant (to ease cross-building).
This commit is contained in:
parent
7dbbf58371
commit
c023b4180f
@ -1,6 +1,7 @@
|
||||
# $NetBSD: std.algor,v 1.5 2002/12/09 22:54:09 simonb Exp $
|
||||
# $NetBSD: std.algor,v 1.6 2003/08/30 22:44:38 chs Exp $
|
||||
|
||||
machine algor mips
|
||||
makeoptions MACHINE_ARCH="mipsel"
|
||||
|
||||
# Standard exec-package options
|
||||
options EXEC_ELF32 # 32-bit ELF support (native format)
|
||||
|
@ -1,7 +1,8 @@
|
||||
# $NetBSD: std.arc,v 1.15 2003/05/25 14:00:13 tsutsui Exp $
|
||||
# $NetBSD: std.arc,v 1.16 2003/08/30 22:44:38 chs Exp $
|
||||
# standard arc info
|
||||
|
||||
machine arc mips
|
||||
makeoptions MACHINE_ARCH="mipsel"
|
||||
|
||||
mainbus0 at root
|
||||
cpu* at mainbus0
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $NetBSD: std.cobalt,v 1.6 2002/12/09 22:54:10 simonb Exp $
|
||||
# $NetBSD: std.cobalt,v 1.7 2003/08/30 22:44:39 chs Exp $
|
||||
|
||||
machine cobalt mips
|
||||
makeoptions MACHINE_ARCH="mipsel"
|
||||
|
||||
options MIPS3
|
||||
options MIPS3_5200
|
||||
|
@ -1,7 +1,8 @@
|
||||
# $NetBSD: std.hpcmips,v 1.16 2002/12/09 22:54:13 simonb Exp $
|
||||
# $NetBSD: std.hpcmips,v 1.17 2003/08/30 22:44:39 chs Exp $
|
||||
# standard, required hpcmips info
|
||||
|
||||
machine hpcmips mips
|
||||
makeoptions MACHINE_ARCH="mipsel"
|
||||
|
||||
options NOFPU # No FPU
|
||||
options SOFTFLOAT # emulate FPU insn
|
||||
|
@ -1,7 +1,8 @@
|
||||
# $NetBSD: std.lcard,v 1.1 2003/05/01 07:01:58 igy Exp $
|
||||
# $NetBSD: std.lcard,v 1.2 2003/08/30 22:44:39 chs Exp $
|
||||
# standard, required hpcmips info
|
||||
|
||||
machine hpcmips mips
|
||||
makeoptions MACHINE_ARCH="mipsel"
|
||||
|
||||
options NOFPU # No FPU
|
||||
options SOFTFLOAT # emulate FPU insn
|
||||
@ -33,5 +34,4 @@ options EXEC_ELF32 # native exec format
|
||||
options EXEC_SCRIPT # may be unsafe
|
||||
|
||||
makeoptions DEFTEXTADDR="0x80040000"
|
||||
makeoptions MACHINE_ARCH="mipsel"
|
||||
makeoptions DEFCOPTS="-Os -mmemcpy"
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $NetBSD: std.mipsco,v 1.8 2002/12/09 22:54:15 simonb Exp $
|
||||
# $NetBSD: std.mipsco,v 1.9 2003/08/30 22:44:39 chs Exp $
|
||||
|
||||
machine mipsco mips
|
||||
makeoptions MACHINE_ARCH="mipseb"
|
||||
|
||||
options EXEC_ELF32 # exec ELF32 binaries
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $NetBSD: std.newsmips,v 1.14 2002/12/09 22:54:15 simonb Exp $
|
||||
# $NetBSD: std.newsmips,v 1.15 2003/08/30 22:44:40 chs Exp $
|
||||
|
||||
machine newsmips mips
|
||||
makeoptions MACHINE_ARCH="mipseb"
|
||||
|
||||
options EXEC_ELF32 # exec ELF32 binaries
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $NetBSD: std.playstation2,v 1.5 2002/12/09 22:54:15 simonb Exp $
|
||||
# $NetBSD: std.playstation2,v 1.6 2003/08/30 22:44:40 chs Exp $
|
||||
|
||||
machine playstation2 mips
|
||||
makeoptions MACHINE_ARCH="mipsel"
|
||||
|
||||
options MIPS3
|
||||
options MIPS3_5900
|
||||
|
@ -1,7 +1,8 @@
|
||||
# $NetBSD: std.pmax,v 1.15 2002/12/09 22:54:16 simonb Exp $
|
||||
# $NetBSD: std.pmax,v 1.16 2003/08/30 22:44:40 chs Exp $
|
||||
# standard, required pmax info
|
||||
|
||||
machine pmax mips
|
||||
makeoptions MACHINE_ARCH="mipsel"
|
||||
|
||||
# Standard exec-package options
|
||||
options EXEC_ELF32 # 32-bit ELF support (native format)
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $NetBSD: std.sgimips,v 1.13 2002/12/09 22:54:17 simonb Exp $
|
||||
# $NetBSD: std.sgimips,v 1.14 2003/08/30 22:44:40 chs Exp $
|
||||
|
||||
machine sgimips mips
|
||||
makeoptions MACHINE_ARCH="mipseb"
|
||||
|
||||
options EXEC_ELF32 # exec ELF32 binaries
|
||||
options EXEC_SCRIPT # exec #! scripts
|
||||
|
Loading…
Reference in New Issue
Block a user