Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Switch to NetBSD/sparc ELF for 32-bit ...
details: https://anonhg.NetBSD.org/src/rev/b99154ab3a72
branches: trunk
changeset: 474749:b99154ab3a72
user: eeh <eeh%NetBSD.org@localhost>
date: Sun Jul 18 23:52:58 1999 +0000
description:
Switch to NetBSD/sparc ELF for 32-bit userland.
diffstat:
sys/arch/sparc64/conf/GENERIC | 4 ++--
sys/arch/sparc64/conf/GENERIC64 | 4 ++--
sys/arch/sparc64/conf/NONPLUS64 | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 63bafb55ffb8 -r b99154ab3a72 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC Sun Jul 18 23:51:08 1999 +0000
+++ b/sys/arch/sparc64/conf/GENERIC Sun Jul 18 23:52:58 1999 +0000
@@ -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 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.
diff -r 63bafb55ffb8 -r b99154ab3a72 sys/arch/sparc64/conf/GENERIC64
--- a/sys/arch/sparc64/conf/GENERIC64 Sun Jul 18 23:51:08 1999 +0000
+++ b/sys/arch/sparc64/conf/GENERIC64 Sun Jul 18 23:52:58 1999 +0000
@@ -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_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.
diff -r 63bafb55ffb8 -r b99154ab3a72 sys/arch/sparc64/conf/NONPLUS64
--- a/sys/arch/sparc64/conf/NONPLUS64 Sun Jul 18 23:51:08 1999 +0000
+++ b/sys/arch/sparc64/conf/NONPLUS64 Sun Jul 18 23:52:58 1999 +0000
@@ -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 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.
Home |
Main Index |
Thread Index |
Old Index