Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 According to mrg@ we need to include aar...



details:   https://anonhg.NetBSD.org/src/rev/94062f27648d
branches:  trunk
changeset: 745579:94062f27648d
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Mar 06 04:54:08 2020 +0000

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

diffstat:

 sys/compat/netbsd32/netbsd32.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r aac37457ab12 -r 94062f27648d sys/compat/netbsd32/netbsd32.mk
--- a/sys/compat/netbsd32/netbsd32.mk   Fri Mar 06 02:46:17 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32.mk   Fri Mar 06 04:54:08 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index