blob: b9eaebff3bfa3d8c562464dee9d2d488cdb955b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: std.rmixl,v 1.3 2011/02/20 07:48:34 matt Exp $
machine evbmips mips
include "conf/std" # MI standard options
options MIPS3_ENABLE_CLOCK_INTR
# Platform support
options MIPS64
options MIPS64_XLR
options MIPS64_XLS
options EXEC_ELF32 # exec ELF32 binaries
options EXEC_SCRIPT # exec #! scripts
makeoptions CPUFLAGS+="-mips64"
##makeoptions CFLAGS+="-mips64"
makeoptions DEFTEXTADDR="0x80100000"
makeoptions BOARDTYPE="rmixl"
include "arch/evbmips/conf/files.rmixl"
|