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/0640c89cc402
branches: trunk
changeset: 849568:0640c89cc402
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 a51030f83866 -r 0640c89cc402 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