Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf config cosmetics (avoid a warning from ...



details:   https://anonhg.NetBSD.org/src/rev/ffe9892e10a6
branches:  trunk
changeset: 369511:ffe9892e10a6
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Aug 20 15:12:27 2022 +0000

description:
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.

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r b448764d7628 -r ffe9892e10a6 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sat Aug 20 15:11:27 2022 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sat Aug 20 15:12:27 2022 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index