Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/conf enable COMPAT_M68K4K - works fine w/ n...



details:   https://anonhg.NetBSD.org/src/rev/0b409ed3e524
branches:  trunk
changeset: 483950:0b409ed3e524
user:      deberg <deberg%NetBSD.org@localhost>
date:      Tue Mar 21 16:44:01 2000 +0000

description:
enable COMPAT_M68K4K - works fine w/ native toolchain and pkgsrc m68k
cross toolchain.  closes port-next68k/6726.

diffstat:

 sys/arch/next68k/conf/GENERIC |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r b20168b1f09a -r 0b409ed3e524 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Tue Mar 21 13:45:16 2000 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Tue Mar 21 16:44:01 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.27 2000/03/06 03:48:57 deberg Exp $
+# $NetBSD: GENERIC,v 1.28 2000/03/21 16:44:01 deberg Exp $
 #
 # GENERIC next68k
 #
@@ -6,7 +6,7 @@
 
 include "arch/next68k/conf/std.next68k"
 
-#ident                 "GENERIC-$Revision: 1.27 $"
+#ident                 "GENERIC-$Revision: 1.28 $"
 
 # Needs to be set per system.  i.e change these as you see fit
 maxusers       16
@@ -52,10 +52,7 @@
 options        COMPAT_13       # NetBSD 1.3
 options        COMPAT_14       # NetBSD 1.4
 
-# @@ COMPAT_M68K4K doesn't compile because my egcs cross compiler isn't defining __m68k__
-#   I don't know whether the compiler is broken or whether 
-#    /sys/compat/m68k4k/m68k4k_exec.c should be updated.  -- dbj
-#options       COMPAT_M68K4K   # compatibility with NetBSD/m68k4k binaries
+options        COMPAT_M68K4K   # compatibility with NetBSD/m68k4k binaries
 options        COMPAT_NOMID    # compatibility with 386BSD, BSDI, NetBSD 0.8,
 options        COMPAT_SUNOS    # can run SunOS 4.1.1 executables
 #options       COMPAT_SVR4     # can run SVR4 executables



Home | Main Index | Thread Index | Old Index