NetBSD/sys/arch/sparc64/conf/std.sparc64-64
thorpej 36703ab375 Clean up the 32-bit vs. 64-bit kernel configuration stuff:
- Put all options necessary to build a 64-bit kernel into std.sparc64-64,
  which can be included after std.sparc64.
- Change the logic used to enable 64-bit kernels.  The kernel Makefile now
  uses an LP64 make variable, and explicitly sets compiler flags and linker
  scripts to generate 32-bit or 64-bit kernels.
2001-10-24 18:49:38 +00:00

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