Module Name:    src
Committed By:   christos
Date:           Thu May 27 17:41:28 UTC 2021

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
switch to MACHINE_ARCH i386 to include xen (thanks mlelstv)


To generate a diff of this commit:
cvs rdiff -u -r1.1251 -r1.1252 src/share/mk/bsd.own.mk

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

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1251 src/share/mk/bsd.own.mk:1.1252
--- src/share/mk/bsd.own.mk:1.1251	Thu May 27 13:13:20 2021
+++ src/share/mk/bsd.own.mk	Thu May 27 13:41:28 2021
@@ -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" || \

Reply via email to