18 lines
387 B
Plaintext
18 lines
387 B
Plaintext
# $NetBSD: std.malta,v 1.5 2005/12/11 12:17:11 christos Exp $
|
|
|
|
machine evbmips mips
|
|
include "conf/std" # MI standard options
|
|
|
|
options MIPS3_ENABLE_CLOCK_INTR
|
|
|
|
# Platform support
|
|
options MIPS_MALTA
|
|
|
|
options EXEC_ELF32 # exec ELF32 binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
makeoptions DEFTEXTADDR="0x80100000"
|
|
makeoptions BOARDTYPE="malta"
|
|
|
|
include "arch/evbmips/conf/files.malta"
|