summaryrefslogtreecommitdiff
path: root/sys/arch/algor/conf/std.algor64
blob: 2a1c100d4b5a8793dfff9787b8b509f9a1387d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: std.algor64,v 1.3 2021/06/06 13:59:48 christos Exp $
# standard, required pmax info

no makeoptions	MACHINE_ARCH
#makeoptions	MACHINE_ARCH="mips64el"

# Standard exec-package options
options 	EXEC_ELF64	# 64-bit ELF support (native format)
#options 	EXEC_ELF32
options 	COMPAT_NETBSD32	# exec NetBSD 32-bit binaries

makeoptions	LP64="yes"