Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/conf Switch news68k to ELF:



details:   https://anonhg.NetBSD.org/src/rev/052e987e5b54
branches:  trunk
changeset: 507295:052e987e5b54
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Mar 19 16:59:19 2001 +0000

description:
Switch news68k to ELF:
 - Move options EXEC_ELF32 to std.news68k
 - Add options COMPAT_AOUT_M68K to each config file

diffstat:

 sys/arch/news68k/conf/GENERIC  |  6 +++---
 sys/arch/news68k/conf/LIBERO   |  4 ++--
 sys/arch/news68k/conf/NEWS1200 |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (73 lines):

diff -r 307ebd1305ec -r 052e987e5b54 sys/arch/news68k/conf/GENERIC
--- a/sys/arch/news68k/conf/GENERIC     Mon Mar 19 15:18:59 2001 +0000
+++ b/sys/arch/news68k/conf/GENERIC     Mon Mar 19 16:59:19 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC,v 1.17 2001/01/25 14:33:31 tsutsui Exp $
+#      $NetBSD: GENERIC,v 1.18 2001/03/19 16:59:19 tsutsui Exp $
 
 #      news68k GENERIC config file;
 #
 include                "arch/news68k/conf/std.news68k"
 
-#ident                 "GENERIC-$Revision: 1.17 $"
+#ident                 "GENERIC-$Revision: 1.18 $"
 
 maxusers       8
 
@@ -39,11 +39,11 @@
 options        COMPAT_12               # NetBSD 1.2 binary compatibility
 options        COMPAT_13               # NetBSD 1.3 binary compatibility
 options        COMPAT_14               # NetBSD 1.4 binary compatibility
+options        COMPAT_AOUT_M68K        # compatibility with NetBSD/m68k a.out
 
 #options       COMPAT_SVR4             # binary compatibility with SVR4
 options        COMPAT_SUNOS            # binary compatibility with SunOS
 #options       COMPAT_LINUX            # binary compatibllity with Linux/m68k
-#options       EXEC_ELF32              # 32bit ELF executables (Linux, SVR4)
 
 #options       TCP_COMPAT_42           # compatibility with 4.2BSD TCP/IP
 
diff -r 307ebd1305ec -r 052e987e5b54 sys/arch/news68k/conf/LIBERO
--- a/sys/arch/news68k/conf/LIBERO      Mon Mar 19 15:18:59 2001 +0000
+++ b/sys/arch/news68k/conf/LIBERO      Mon Mar 19 16:59:19 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: LIBERO,v 1.9 2001/01/25 14:33:31 tsutsui Exp $
+#      $NetBSD: LIBERO,v 1.10 2001/03/19 16:59:19 tsutsui Exp $
 
 #      NEWS1750 config file;
 #
@@ -34,11 +34,11 @@
 options        COMPAT_43               # compatibility with 4.3BSD binaries
 options        COMPAT_13               # NetBSD 1.3 binary compatibility
 options        COMPAT_14               # NetBSD 1.4 binary compatibility
+options        COMPAT_AOUT_M68K        # compatibility with NetBSD/m68k a.out
 
 #options       COMPAT_SVR4             # binary compatibility with SVR4
 options        COMPAT_SUNOS            # binary compatibility with SunOS
 #options       COMPAT_LINUX            # binary compatibllity with Linux/m68k
-#options       EXEC_ELF32              # 32bit ELF executables (Linux, SVR4)
 
 #options       TCP_COMPAT_42           # compatibility with 4.2BSD TCP/IP
 
diff -r 307ebd1305ec -r 052e987e5b54 sys/arch/news68k/conf/NEWS1200
--- a/sys/arch/news68k/conf/NEWS1200    Mon Mar 19 15:18:59 2001 +0000
+++ b/sys/arch/news68k/conf/NEWS1200    Mon Mar 19 16:59:19 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NEWS1200,v 1.9 2001/01/25 14:33:31 tsutsui Exp $
+#      $NetBSD: NEWS1200,v 1.10 2001/03/19 16:59:19 tsutsui Exp $
 
 #      news1200 config file
 #
@@ -36,11 +36,11 @@
 options        COMPAT_12               # NetBSD 1.2 binary compatibility
 options        COMPAT_13               # NetBSD 1.3 binary compatibility
 options        COMPAT_14               # NetBSD 1.4 binary compatibility
+options        COMPAT_AOUT_M68K        # compatibility with NetBSD/m68k a.out
 
 #options       COMPAT_SVR4             # binary compatibility with SVR4
 options        COMPAT_SUNOS            # binary compatibility with SunOS
 #options       COMPAT_LINUX            # binary compatibllity with Linux/m68k
-#options       EXEC_ELF32              # 32bit ELF executables (Linux, SVR4)
 
 #options       TCP_COMPAT_42           # compatibility with 4.2BSD TCP/IP
 



Home | Main Index | Thread Index | Old Index