xref: /netbsd-src/sys/arch/sgimips/conf/std.sgimips (revision b73781ae2ca38ab9b5102e5f970ad9a3db140845)
1#	$NetBSD: std.sgimips,v 1.18 2009/02/20 12:57:06 sekiya Exp $
2
3machine sgimips mips
4include		"conf/std"	# MI standard options
5makeoptions	MACHINE_ARCH="mipseb"
6
7options 	EXEC_ELF32	# exec ELF32 binaries
8options 	EXEC_SCRIPT	# exec #! scripts
9
10options 	MIPS3_ENABLE_CLOCK_INTR
11
12# Atheros HAL options
13include "external/isc/atheros_hal/conf/std.ath_hal"
14