1 # $NetBSD: std.sgimips,v 1.17.86.1 2009/03/03 18:29:13 skrll Exp $ 2 3 machine sgimips mips 4 include "conf/std" # MI standard options 5 makeoptions MACHINE_ARCH="mipseb" 6 7 options EXEC_ELF32 # exec ELF32 binaries 8 options EXEC_SCRIPT # exec #! scripts 9 10 options MIPS3_ENABLE_CLOCK_INTR 11 12 # Atheros HAL options 13 include "external/isc/atheros_hal/conf/std.ath_hal" 14