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