36703ab375
- 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.
12 lines
380 B
Plaintext
12 lines
380 B
Plaintext
# $NetBSD: std.sparc64,v 1.10 2001/10/24 18:49:40 thorpej Exp $
|
|
|
|
#
|
|
# Mandatory NetBSD/sparc64 kernel options when building either 32-bit or
|
|
# 64-bit kernels. Additional mandatory options for 64-bit kernels are
|
|
# picked up by also including "std.sparc64-64".
|
|
#
|
|
|
|
machine sparc64 # Machine architecture; required by config(8)
|
|
|
|
options EXEC_SCRIPT # execve(2) support for scripts
|