std.sgimips64_32 revision 1.2
11.2Smacallan# $NetBSD: std.sgimips64_32,v 1.2 2014/05/31 16:16:52 macallan Exp $ 21.1Smacallan# this is for building n32 kernels 31.1Smacallan 41.1Smacallanno makeoptions MACHINE_ARCH 51.1Smacallanmakeoptions MACHINE_ARCH="mips64eb" 61.1Smacallanmakeoptions LP64="no" 71.1Smacallan 81.2Smacallan# we do not need or want these in a 32bit kernel 91.1Smacallan#options EXEC_ELF64 # exec ELF64 binaries 101.2Smacallan#options COMPAT_NETBSD32 11