1 1.5 jdolecek # $NetBSD: std.sgimips64_32,v 1.5 2020/08/16 10:27:47 jdolecek Exp $ 2 1.1 macallan # this is for building n32 kernels 3 1.1 macallan 4 1.1 macallan no makeoptions MACHINE_ARCH 5 1.1 macallan makeoptions MACHINE_ARCH="mips64eb" 6 1.1 macallan makeoptions LP64="no" 7 1.1 macallan 8 1.3 macallan # ELF64 doesn't currently buid with 32bit kernels 9 1.1 macallan #options EXEC_ELF64 # exec ELF64 binaries 10 1.3 macallan 11 1.3 macallan # for some reason this kicks in for n32 binaries as well, causing problems 12 1.3 macallan # with pkgsrc ( MACHINE_ARCH vs. uname -p mismatch ) 13 1.2 macallan #options COMPAT_NETBSD32 14