NetBSD/sys/arch/algor/conf/std.algor
thorpej 90a2bc2cf7 For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead,
explicitly set MACHINE_ARCH to the appropriate thing.  Makefile.mips will
then set all of the internal variables it needs to accordingly.
2001-10-23 20:40:00 +00:00

14 lines
374 B
Plaintext

# $NetBSD: std.algor,v 1.4 2001/10/23 20:40:00 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="0x80100000"
makeoptions MACHINE_ARCH="mipsel"