Module Name: src
Committed By: martin
Date: Sat Aug 20 15:12:27 UTC 2022
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
config cosmetics (avoid a warning from config(1):
no need to repeat COMPAT_NETBSD32, we get that from GENERIC.common
already (where it is used for aout support, but here it means elf32
support). Add a comment explaining what goes on.
To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 src/sys/arch/evbarm/conf/GENERIC64
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/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.202 src/sys/arch/evbarm/conf/GENERIC64:1.203
--- src/sys/arch/evbarm/conf/GENERIC64:1.202 Sat Aug 13 16:55:10 2022
+++ src/sys/arch/evbarm/conf/GENERIC64 Sat Aug 20 15:12:27 2022
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC64,v 1.202 2022/08/13 16:55:10 jmcneill Exp $
+# $NetBSD: GENERIC64,v 1.203 2022/08/20 15:12:27 martin Exp $
#
# GENERIC ARM (aarch64) kernel
#
@@ -89,8 +89,8 @@ makeoptions COPY_SYMTAB=1
config netbsd root on ? type ?
-options COMPAT_NETBSD32
-options EXEC_ELF32
+#options COMPAT_NETBSD32 # already defined in GENERIC.common (there
+options EXEC_ELF32 # for a.out, but here we need it for elf32)
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_LINUX32 # binary compatibility with Linux 32-bit