Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/conf Add COMPAT_AOUT.



details:   https://anonhg.NetBSD.org/src/rev/c6e65fd9cb32
branches:  trunk
changeset: 473510:c6e65fd9cb32
user:      pk <pk%NetBSD.org@localhost>
date:      Sun Jun 06 09:23:38 1999 +0000

description:
Add COMPAT_AOUT.

diffstat:

 sys/arch/sparc/conf/GENERIC |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1fa4d683a76e -r c6e65fd9cb32 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Sun Jun 06 03:39:11 1999 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Sun Jun 06 09:23:38 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.82 1999/05/19 21:05:59 ad Exp $
+#      $NetBSD: GENERIC,v 1.83 1999/06/06 09:23:38 pk Exp $
 
 include "arch/sparc/conf/std.sparc"
 
@@ -125,6 +125,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_AOUT     # NetBSD a.out compatibility
 options        EXEC_ELF32      # Exec module for SunOS 5.x binaries.
 
 ## File systems.  You probably need at least one of FFS or NFS.



Home | Main Index | Thread Index | Old Index