1 1.42 eeh # $NetBSD: GENERIC,v 1.42 2001/02/11 01:00:51 eeh Exp $ 2 1.1 eeh 3 1.40 eeh include "arch/sparc64/conf/GENERIC32" 4 1.23 hubertf 5 1.42 eeh #ident "GENERIC64-$Revision: 1.42 $" 6 1.1 eeh 7 1.40 eeh options _LP64 # we're using a 64-bit compiler 8 1.40 eeh options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility 9 1.42 eeh options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility 10 1.40 eeh options EXEC_ELF64 # Exec module for sparc64 & SunOs 5.x binaries. 11 1.41 eeh 12 1.41 eeh # DEBUG options turned on: 13 1.41 eeh 14 1.41 eeh #options LOCKDEBUG 15 1.41 eeh #options DIAGNOSTIC 16 1.42 eeh makeoptions DEBUG="-g" 17 1.41 eeh #options DEBUG 18 1.41 eeh #options SYSCALL_DEBUG 19