1 # $NetBSD: std.algor64,v 1.2 2009/12/14 00:46:00 matt Exp $ 2 # standard, required pmax info 3 4 no makeoptions MACHINE_ARCH 5 makeoptions MACHINE_ARCH="mips64el" 6 7 # Standard exec-package options 8 options EXEC_ELF64 # 64-bit ELF support (native format) 9 #options EXEC_ELF32 10 options COMPAT_NETBSD32 # exec NetBSD 32-bit binaries 11 12 makeoptions LP64="yes" 13 14