23 lines
488 B
Plaintext
23 lines
488 B
Plaintext
# $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"
|