xref: /netbsd/sys/arch/algor/conf/std.algor (revision bf9ec67e)
1#	$NetBSD: std.algor,v 1.4 2001/10/23 20:40:00 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	MACHINE_ARCH="mipsel"
14