Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch to MACHINE_ARCH i386 to include xen (thanks ...
details: https://anonhg.NetBSD.org/src/rev/983b3401a8ff
branches: trunk
changeset: 379327:983b3401a8ff
user: christos <christos%NetBSD.org@localhost>
date: Thu May 27 17:41:28 2021 +0000
description:
switch to MACHINE_ARCH i386 to include xen (thanks mlelstv)
diffstat:
share/mk/bsd.own.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 4dbfe38cb6f1 -r 983b3401a8ff share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu May 27 17:13:20 2021 +0000
+++ b/share/mk/bsd.own.mk Thu May 27 17:41:28 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1251 2021/05/27 17:13:20 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1252 2021/05/27 17:41:28 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -74,12 +74,11 @@ TOOLCHAIN_MISSING?= no
#
.if ${MACHINE} == "alpha" || \
${MACHINE} == "hppa" || \
- ${MACHINE} == "i386" || \
- ${MACHINE} == "xen" || \
${MACHINE} == "ia64" || \
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
${MACHINE} == "vax" || \
+ ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "x86_64" || \
${MACHINE_CPU} == "aarch64" || \
${MACHINE_CPU} == "mips" || \
Home |
Main Index |
Thread Index |
Old Index