std.algor revision 1.7
1#	$NetBSD: std.algor,v 1.7 2005/09/17 09:44:05 yamt 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