summaryrefslogtreecommitdiff
path: root/sys/arch/algor/conf/std.algor
blob: e0ff8d0cec53c7dc15328353cd0c8f32473455b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: std.algor,v 1.6 2003/08/30 22:44:38 chs Exp $

machine algor mips
makeoptions	MACHINE_ARCH="mipsel"

# Standard exec-package options
options 	EXEC_ELF32	# 32-bit ELF support (native format)
options 	EXEC_SCRIPT	# exec of #! scripts

options 	MIPS3		# All supported Algor boards are MIPS3
options 	MIPS3_ENABLE_CLOCK_INTR

makeoptions	DEFTEXTADDR="0x80100000"