Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 All mips64 has compat_netbsd32
details: https://anonhg.NetBSD.org/src/rev/bb25467b1d4a
branches: trunk
changeset: 378824:bb25467b1d4a
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 25 22:27:08 2021 +0000
description:
All mips64 has compat_netbsd32
diffstat:
sys/compat/netbsd32/netbsd32.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 758586446389 -r bb25467b1d4a sys/compat/netbsd32/netbsd32.mk
--- a/sys/compat/netbsd32/netbsd32.mk Sun Apr 25 22:25:55 2021 +0000
+++ b/sys/compat/netbsd32/netbsd32.mk Sun Apr 25 22:27:08 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: netbsd32.mk,v 1.2 2020/03/06 04:54:08 pgoyette Exp $
+# $NetBSD: netbsd32.mk,v 1.3 2021/04/25 22:27:08 christos Exp $
# makefile fragment that tells you if you should support netbsd32 or not.
# include this and check ${COMPAT_USE_NETBSD32} != "no".
@@ -7,7 +7,7 @@
|| ${MACHINE_CPU} == "arm" \
|| ${MACHINE_CPU} == "aarch64" \
|| ${MACHINE_ARCH} == "sparc64" \
- || (!empty(MACHINE_ARCH:Mmips64*) && !defined(BSD_MK_COMPAT_FILE))
+ || (${MACHINE_MIPS64} && !defined(BSD_MK_COMPAT_FILE))
COMPAT_USE_NETBSD32?=yes
.else
COMPAT_USE_NETBSD32?=no
Home |
Main Index |
Thread Index |
Old Index