NetBSD/sys/arch/algor/conf/std.algor
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

14 lines
370 B
Plaintext

# $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)
options EXEC_SCRIPT # exec of #! scripts
options MIPS3 # All supported Algor boards are MIPS3
options MIPS3_ENABLE_CLOCK_INTR
makeoptions DEFTEXTADDR="0x80100000"