Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/conf Remove COMPAT_AOUT from GENERIC and ...



details:   https://anonhg.NetBSD.org/src/rev/1cc1a8f1a562
branches:  netbsd-1-5
changeset: 489436:1cc1a8f1a562
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Tue Sep 12 00:48:39 2000 +0000

description:
Remove COMPAT_AOUT from GENERIC and GENERIC_TINY. Done on the trunk
as revisions 1.362 and 1.18 respectively.

Approved by thorpej

diffstat:

 sys/arch/i386/conf/GENERIC      |  6 ++----
 sys/arch/i386/conf/GENERIC_TINY |  4 +---
 2 files changed, 3 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r 62709597080c -r 1cc1a8f1a562 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Sep 11 23:50:13 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Sep 12 00:48:39 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.354.2.6 2000/08/10 23:10:28 soda Exp $
+#      $NetBSD: GENERIC,v 1.354.2.7 2000/09/12 00:48:39 fvdl Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.354.2.6 $"
+#ident                 "GENERIC-$Revision: 1.354.2.7 $"
 
 maxusers       32              # estimated number of users
 
@@ -84,8 +84,6 @@
 options        COMPAT_FREEBSD  # binary compatibility with FreeBSD
 #options       COMPAT_PECOFF   # kernel support to run Win32 apps
 
-options        COMPAT_AOUT     # binary compat for NetBSD a.out binaries
-
 # File systems
 file-system    FFS             # UFS
 file-system    EXT2FS          # second extended file system (linux)
diff -r 62709597080c -r 1cc1a8f1a562 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY   Mon Sep 11 23:50:13 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY   Tue Sep 12 00:48:39 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_TINY,v 1.16.2.1 2000/07/27 02:10:49 mycroft Exp $
+#      $NetBSD: GENERIC_TINY,v 1.16.2.2 2000/09/12 00:48:39 fvdl Exp $
 #
 #      GENERIC_TINY -- suitable default for 4M machines
 #                      No EISA, PCI, PCMCIA or SCSI.
@@ -79,8 +79,6 @@
 #options       COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-options        COMPAT_AOUT     # binary compat with NetBSD a.out binaries
-
 # File systems
 file-system    FFS             # UFS
 file-system    EXT2FS          # second extended file system (linux)



Home | Main Index | Thread Index | Old Index