std.algor revision 1.2
1#	$NetBSD: std.algor,v 1.2 2001/06/10 05:26:59 thorpej 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="0x80030000"
13makeoptions	ENDIAN="-EL"
14