Switch to NetBSD/sparc ELF for 32-bit userland.

This commit is contained in:
eeh 1999-07-18 23:52:58 +00:00
parent 01474710ca
commit 27bc6dd353
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.16 1999/06/05 20:38:24 eeh Exp $
# $NetBSD: GENERIC,v 1.17 1999/07/18 23:52:58 eeh Exp $
include "arch/sparc64/conf/std.sparc64"
@ -130,7 +130,7 @@ options COMPAT_SVR4 # SunOS 5.x binary compatibility
options EXEC_ELF32 # Exec module for SunOS 5.x binaries.
#options EXEC_ELF64 # Exec module for sparc64 & SunOs 5.x binaries. -- 64-bit only
#options SYSCALL_DEBUG
#options COMPAT_AOUT # NetBSD/sparc compat support
options COMPAT_AOUT # NetBSD/sparc compat support
options EXEC_AOUT # execve(2) support for a.out binaries
## File systems. You probably need at least one of FFS or NFS.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC64,v 1.5 1999/04/26 04:25:38 ad Exp $
# $NetBSD: GENERIC64,v 1.6 1999/07/18 23:52:58 eeh Exp $
include "arch/sparc64/conf/std.sparc64"
@ -128,7 +128,7 @@ options COMPAT_13 # NetBSD 1.3 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
options COMPAT_SVR4 # SunOS 5.x binary compatibility
options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
#options COMPAT_AOUT # NetBSD/sparc compat support
options COMPAT_AOUT # NetBSD/sparc compat support
options EXEC_AOUT # execve(2) support for a.out binaries
options EXEC_ELF32 # Exec module for SunOS 5.x binaries.
options EXEC_ELF64 # Exec module for sparc64 & SunOs 5.x binaries.

View File

@ -1,4 +1,4 @@
# $NetBSD: NONPLUS64,v 1.8 1999/04/26 04:25:38 ad Exp $
# $NetBSD: NONPLUS64,v 1.9 1999/07/18 23:52:58 eeh Exp $
include "arch/sparc64/conf/std.sparc64"
@ -133,7 +133,7 @@ options COMPAT_SVR4 # SunOS 5.x binary compatibility
options EXEC_ELF32 # Exec module for SunOS 5.x binaries.
options EXEC_ELF64 # Exec module for SunOS 5.x binaries.
options SYSCALL_DEBUG
#options COMPAT_AOUT # NetBSD/sparc compat support
options COMPAT_AOUT # NetBSD/sparc compat support
options EXEC_AOUT # execve(2) support for a.out binaries
## File systems. You probably need at least one of FFS or NFS.