Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Add COMPAT_AOUT to GENERIC
details: https://anonhg.NetBSD.org/src/rev/e94d9f9660b9
branches: trunk
changeset: 474415:e94d9f9660b9
user: fvdl <fvdl%NetBSD.org@localhost>
date: Mon Jul 05 22:40:34 1999 +0000
description:
Add COMPAT_AOUT to GENERIC
diffstat:
sys/arch/i386/conf/GENERIC | 4 +++-
sys/arch/i386/conf/GENERIC_TINY | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 5166547f6661 -r e94d9f9660b9 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Mon Jul 05 22:14:38 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC Mon Jul 05 22:40:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.239 1999/07/05 09:14:09 fvdl Exp $
+# $NetBSD: GENERIC,v 1.240 1999/07/05 22:40:34 fvdl Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -84,6 +84,8 @@
options COMPAT_LINUX # binary compatibility with Linux
options COMPAT_FREEBSD # binary compatibility with FreeBSD
+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 5166547f6661 -r e94d9f9660b9 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY Mon Jul 05 22:14:38 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY Mon Jul 05 22:40:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_TINY,v 1.6 1999/07/05 09:14:09 fvdl Exp $
+# $NetBSD: GENERIC_TINY,v 1.7 1999/07/05 22:40:34 fvdl Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, PCMCIA or SCSI.
@@ -78,6 +78,8 @@
#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