17 lines
343 B
Plaintext
17 lines
343 B
Plaintext
# $NetBSD: std.malta,v 1.3 2002/12/09 22:54:10 simonb Exp $
|
|
|
|
machine evbmips mips
|
|
|
|
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"
|