std.algor revision 1.2
11.2Sthorpej#	$NetBSD: std.algor,v 1.2 2001/06/10 05:26:59 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.2Sthorpejoptions 	MIPS3_ENABLE_CLOCK_INTR
111.1Sthorpej
121.1Sthorpejmakeoptions	DEFTEXTADDR="0x80030000"
131.1Sthorpejmakeoptions	ENDIAN="-EL"
14