std.algor revision 1.1
11.1Sthorpej#	$NetBSD: std.algor,v 1.1 2001/05/28 16:22:16 thorpej Exp $
21.1Sthorpej
31.1Sthorpejmachine algor mips
41.1Sthorpej
51.1Sthorpej# Standard exec-package options
61.1Sthorpejoptions 	EXEC_ELF32	# 32-bit ELF support (native format)
71.1Sthorpejoptions 	EXEC_SCRIPT	# exec of #! scripts
81.1Sthorpej
91.1Sthorpejoptions 	MIPS3		# All supported Algor boards are MIPS3
101.1Sthorpej
111.1Sthorpejmakeoptions	DEFTEXTADDR="0x80030000"
121.1Sthorpejmakeoptions	ENDIAN="-EL"
13