xref: /netbsd-src/sys/arch/algor/conf/std.algor (revision f5439ed7d3afb5ce0ef10071715eacf53104122d)
1#	$NetBSD: std.algor,v 1.9 2011/07/09 16:03:01 matt Exp $
2
3ifndef		evbmips
4machine		algor mips
5include		"conf/std"	# MI standard options
6
7makeoptions	MACHINE_ARCH="mipsel"
8
9# Standard exec-package options
10options 	EXEC_ELF32	# 32-bit ELF support (native format)
11options 	EXEC_SCRIPT	# exec of #! scripts
12
13options 	MIPS3		# All supported Algor boards are MIPS3
14options 	MIPS3_ENABLE_CLOCK_INTR
15
16options 	AUTOCONF_IMPL="<algor/autoconf.h>"
17
18makeoptions	DEFTEXTADDR="0x80100000"
19endif
20