2001-02-11 04:00:51 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.42 2001/02/11 01:00:51 eeh Exp $
|
1998-06-20 08:58:50 +04:00
|
|
|
|
2000-07-07 23:11:56 +04:00
|
|
|
include "arch/sparc64/conf/GENERIC32"
|
1998-06-20 08:58:50 +04:00
|
|
|
|
2001-02-11 04:00:51 +03:00
|
|
|
#ident "GENERIC64-$Revision: 1.42 $"
|
2000-01-24 02:46:04 +03:00
|
|
|
|
2000-07-07 23:11:56 +04:00
|
|
|
options _LP64 # we're using a 64-bit compiler
|
|
|
|
options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
|
2001-02-11 04:00:51 +03:00
|
|
|
options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility
|
2000-07-07 23:11:56 +04:00
|
|
|
options EXEC_ELF64 # Exec module for sparc64 & SunOs 5.x binaries.
|
2000-09-22 03:44:06 +04:00
|
|
|
|
|
|
|
# DEBUG options turned on:
|
|
|
|
|
|
|
|
#options LOCKDEBUG
|
|
|
|
#options DIAGNOSTIC
|
2001-02-11 04:00:51 +03:00
|
|
|
makeoptions DEBUG="-g"
|
2000-09-22 03:44:06 +04:00
|
|
|
#options DEBUG
|
|
|
|
#options SYSCALL_DEBUG
|