Home | History | Annotate | Line # | Download | only in conf
      1  1.3  christos #	$NetBSD: std.algor64,v 1.3 2021/06/06 13:59:48 christos Exp $
      2  1.2      matt # standard, required pmax info
      3  1.2      matt 
      4  1.2      matt no makeoptions	MACHINE_ARCH
      5  1.3  christos #makeoptions	MACHINE_ARCH="mips64el"
      6  1.2      matt 
      7  1.2      matt # Standard exec-package options
      8  1.2      matt options 	EXEC_ELF64	# 64-bit ELF support (native format)
      9  1.2      matt #options 	EXEC_ELF32
     10  1.2      matt options 	COMPAT_NETBSD32	# exec NetBSD 32-bit binaries
     11  1.2      matt 
     12  1.2      matt makeoptions	LP64="yes"
     13  1.2      matt 
     14