NetBSD/sys/arch/algor/conf/std.algor

14 lines
365 B
Plaintext

# $NetBSD: std.algor,v 1.2 2001/06/10 05:26:59 thorpej Exp $
machine algor mips
# 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="0x80030000"
makeoptions ENDIAN="-EL"