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