std.algor revision 1.3
1#	$NetBSD: std.algor,v 1.3 2001/08/22 19:44:47 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="0x80100000"
13makeoptions	ENDIAN="-EL"
14