xref: /netbsd-src/sys/arch/algor/conf/std.algor (revision de1dfb1250df962f1ff3a011772cf58e605aed11)
1#	$NetBSD: std.algor,v 1.6 2003/08/30 22:44:38 chs Exp $
2
3machine algor mips
4makeoptions	MACHINE_ARCH="mipsel"
5
6# Standard exec-package options
7options 	EXEC_ELF32	# 32-bit ELF support (native format)
8options 	EXEC_SCRIPT	# exec of #! scripts
9
10options 	MIPS3		# All supported Algor boards are MIPS3
11options 	MIPS3_ENABLE_CLOCK_INTR
12
13makeoptions	DEFTEXTADDR="0x80100000"
14