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