blob: 54694a70c431d8d35786d5f5ce17dba5d8bd5dcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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"
|