Home | History | Annotate | Line # | Download | only in conf
      1     #	$NetBSD: std.algor64,v 1.3 2021/06/06 13:59:48 christos 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