NetBSD/sys/arch/newsmips/conf/std.newsmips
chs c023b4180f add "makeoptions MACHINE_ARCH=..." in std.* for mips ports
where it is constant (to ease cross-building).
2003-08-30 22:44:38 +00:00

11 lines
266 B
Plaintext

# $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
makeoptions DEFTEXTADDR="0x80001000"
makeoptions LINKFORMAT="-N"