Module Name:    src
Committed By:   ryo
Date:           Sat Nov 27 19:55:21 UTC 2021

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC64

Log Message:
add options COMPAT_LINUX32 (commented out)


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 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.187 src/sys/arch/evbarm/conf/GENERIC64:1.188
--- src/sys/arch/evbarm/conf/GENERIC64:1.187	Sun Oct 10 13:03:09 2021
+++ src/sys/arch/evbarm/conf/GENERIC64	Sat Nov 27 19:55:20 2021
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.187 2021/10/10 13:03:09 jmcneill Exp $
+#	$NetBSD: GENERIC64,v 1.188 2021/11/27 19:55:20 ryo Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -90,6 +90,7 @@ options 	COMPAT_NETBSD32
 options 	EXEC_ELF32
 
 #options 	COMPAT_LINUX	# binary compatibility with Linux
+#options 	COMPAT_LINUX32	# binary compatibility with Linux 32-bit
 #options 	COMPAT_50	# COMPAT_LINUX depends on
 #options 	COMPAT_OSSAUDIO # binary compatibility with Linux
 

Reply via email to