1*290a34a0Smatt# $NetBSD: std.sbmips,v 1.6 2009/12/14 00:46:12 matt Exp $ 26a5e492bSsimonb 36a5e492bSsimonbmachine sbmips mips 47e71f567Syamtinclude "conf/std" # MI standard options 56a5e492bSsimonb 66a5e492bSsimonboptions MIPS64 76a5e492bSsimonboptions MIPS64_SB1 # we use an SB1 core 86a5e492bSsimonb 96a5e492bSsimonboptions EXEC_ELF32 # exec ELF32 binaries 106a5e492bSsimonboptions EXEC_SCRIPT # exec #! scripts 116a5e492bSsimonb 12*290a34a0Smattmakeoptions CFLAGS+="-mips64 -mtune=sb1" 13*290a34a0Smattmakeoptions AFLAGS+="-mips64 -mtune=sb1" 146a5e492bSsimonbmakeoptions DEFTEXTADDR="0x80001000" 156a5e492bSsimonb 166a5e492bSsimonbinclude "arch/mips/conf/files.sibyte" 17