1# $NetBSD: std.algor,v 1.8 2005/12/11 12:16:08 christos Exp $ 2 3machine algor mips 4include "conf/std" # MI standard options 5makeoptions MACHINE_ARCH="mipsel" 6 7# Standard exec-package options 8options EXEC_ELF32 # 32-bit ELF support (native format) 9options EXEC_SCRIPT # exec of #! scripts 10 11options MIPS3 # All supported Algor boards are MIPS3 12options MIPS3_ENABLE_CLOCK_INTR 13 14makeoptions DEFTEXTADDR="0x80100000" 15