14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
# $NetBSD: std.sbmips,v 1.3 2002/12/09 22:54:16 simonb Exp $
|
|
|
|
machine sbmips mips
|
|
|
|
options MIPS64
|
|
options MIPS64_SB1 # we use an SB1 core
|
|
|
|
options EXEC_ELF32 # exec ELF32 binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
makeoptions DEFTEXTADDR="0x80001000"
|
|
|
|
include "arch/mips/conf/files.sibyte"
|