mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 07:06:38 -04:00
17 lines
453 B
Plaintext
17 lines
453 B
Plaintext
# $NetBSD: std.algor,v 1.1 2011/07/09 16:03:01 matt Exp $
|
|
|
|
machine evbmips mips algor
|
|
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
|
|
|
|
makeoptions DEFTEXTADDR="0x80100000"
|
|
makeoptions BOARDTYPE="algor"
|