std.algor revision 1.5
1#	$NetBSD: std.algor,v 1.5 2002/12/09 22:54:09 simonb Exp $
2
3machine algor mips
4
5# Standard exec-package options
6options 	EXEC_ELF32	# 32-bit ELF support (native format)
7options 	EXEC_SCRIPT	# exec of #! scripts
8
9options 	MIPS3		# All supported Algor boards are MIPS3
10options 	MIPS3_ENABLE_CLOCK_INTR
11
12makeoptions	DEFTEXTADDR="0x80100000"
13