Module Name:    src
Committed By:   pgoyette
Date:           Fri Mar  6 04:54:08 UTC 2020

Modified Files:
        src/sys/compat/netbsd32: netbsd32.mk

Log Message:
According to mrg@ we need to include aarch64 in the list of those
that need to support COMPAT_NETBSD32


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/compat/netbsd32/netbsd32.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/netbsd32/netbsd32.mk
diff -u src/sys/compat/netbsd32/netbsd32.mk:1.1 src/sys/compat/netbsd32/netbsd32.mk:1.2
--- src/sys/compat/netbsd32/netbsd32.mk:1.1	Mon Feb  4 21:57:47 2019
+++ src/sys/compat/netbsd32/netbsd32.mk	Fri Mar  6 04:54:08 2020
@@ -1,10 +1,11 @@
-#	$NetBSD: netbsd32.mk,v 1.1 2019/02/04 21:57:47 mrg Exp $
+#	$NetBSD: netbsd32.mk,v 1.2 2020/03/06 04:54:08 pgoyette Exp $
 
 # makefile fragment that tells you if you should support netbsd32 or not.
 # include this and check ${COMPAT_USE_NETBSD32} != "no".
 
 .if ${MACHINE_ARCH} == "x86_64" \
     || ${MACHINE_CPU} == "arm" \
+    || ${MACHINE_CPU} == "aarch64" \
     || ${MACHINE_ARCH} == "sparc64" \
     || (!empty(MACHINE_ARCH:Mmips64*) && !defined(BSD_MK_COMPAT_FILE))
 COMPAT_USE_NETBSD32?=yes

Reply via email to