std.algor revision 1.1
1#	$NetBSD: std.algor,v 1.1 2001/05/28 16:22:16 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
10
11makeoptions	DEFTEXTADDR="0x80030000"
12makeoptions	ENDIAN="-EL"
13