Module Name: src
Committed By: thorpej
Date: Fri Jan 19 05:47:15 UTC 2024
Modified Files:
src/sys/arch/virt68k/conf: GENERIC
Log Message:
Revert unintended commit.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/virt68k/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/virt68k/conf/GENERIC
diff -u src/sys/arch/virt68k/conf/GENERIC:1.5 src/sys/arch/virt68k/conf/GENERIC:1.6
--- src/sys/arch/virt68k/conf/GENERIC:1.5 Fri Jan 19 05:46:36 2024
+++ src/sys/arch/virt68k/conf/GENERIC Fri Jan 19 05:47:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.5 2024/01/19 05:46:36 thorpej Exp $
+# $NetBSD: GENERIC,v 1.6 2024/01/19 05:47:15 thorpej Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/virt68k/conf/std.virt68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.5 $"
+#ident "GENERIC-$Revision: 1.6 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -100,9 +100,7 @@ options INET6 # IPV6
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
include "conf/compat_netbsd09.config"
-options COMPAT_SUNOS
-options COMPAT_13
-options COMPAT_16
+#options COMPAT_SUNOS
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
#options COMPAT_LINUX # compatibility with Linux/m68k binaries
#options COMPAT_OSSAUDIO # compatibility with Linux/m68k binaries