11.5Sjdolecek# $NetBSD: std.sgimips64_32,v 1.5 2020/08/16 10:27:47 jdolecek 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.3Smacallan# ELF64 doesn't currently buid with 32bit kernels 91.1Smacallan#options EXEC_ELF64 # exec ELF64 binaries 101.3Smacallan 111.3Smacallan# for some reason this kicks in for n32 binaries as well, causing problems 121.3Smacallan# with pkgsrc ( MACHINE_ARCH vs. uname -p mismatch ) 131.2Smacallan#options COMPAT_NETBSD32 14