std.algor revision 1.3
11.3Sthorpej#	$NetBSD: std.algor,v 1.3 2001/08/22 19:44:47 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.3Sthorpejmakeoptions	DEFTEXTADDR="0x80100000"
131.1Sthorpejmakeoptions	ENDIAN="-EL"
14