f5439ed7d3
evbmips-el/evbmips64-el. Note that MAXMAPARITITONS and majors numbers differ between the two ports which is why two kernels are still needed.
20 lines
482 B
Plaintext
20 lines
482 B
Plaintext
# $NetBSD: std.algor,v 1.9 2011/07/09 16:03:01 matt Exp $
|
|
|
|
ifndef evbmips
|
|
machine algor mips
|
|
include "conf/std" # MI standard options
|
|
|
|
makeoptions MACHINE_ARCH="mipsel"
|
|
|
|
# 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
|
|
|
|
options AUTOCONF_IMPL="<algor/autoconf.h>"
|
|
|
|
makeoptions DEFTEXTADDR="0x80100000"
|
|
endif
|