12 lines
392 B
Plaintext
12 lines
392 B
Plaintext
# $NetBSD: std.sparc64-64,v 1.1 2001/10/24 18:49:40 thorpej Exp $
|
|
|
|
#
|
|
# Mandatory NetBSD/sparc64 kernel options when building 64-bit kernels.
|
|
# Note, you still must include "std.sparc64" in your kernel config file.
|
|
# Note this file MUST be included *after* "std.sparc64".
|
|
#
|
|
|
|
makeoptions LP64="yes" # enable 64-bit logic in kernel Makefile
|
|
|
|
options EXEC_ELF64 # 64-bit NetBSD and SunOS 5 bins
|