netbsd/sys/arch/pmax/conf/std.pmax64
2013-04-06 16:48:33 +02:00

16 lines
455 B
Plaintext

# $NetBSD: std.pmax64,v 1.2 2009/12/14 00:46:10 matt Exp $
# standard, required pmax info
machine pmax mips
include "conf/std" # MI standard options
makeoptions MACHINE_ARCH="mips64el"
# Standard exec-package options
options EXEC_ELF64
options EXEC_ELF32 # 32-bit ELF support (native format)
options EXEC_SCRIPT # exec of #! scripts
options COMPAT_NETBSD32 # exec NetBSD 32-bit binaries
makeoptions DEFTEXTADDR="0x80030000"
makeoptions LP64="yes"