Module Name: src
Committed By: mlelstv
Date: Sat Apr 17 09:39:33 UTC 2021
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Use GCC10 for all amd64 including XEN kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.1240 -r1.1241 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.1240 src/share/mk/bsd.own.mk:1.1241
--- src/share/mk/bsd.own.mk:1.1240 Sat Apr 17 04:07:16 2021
+++ src/share/mk/bsd.own.mk Sat Apr 17 09:39:33 2021
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1240 2021/04/17 04:07:16 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1241 2021/04/17 09:39:33 mlelstv Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -64,7 +64,7 @@ TOOLCHAIN_MISSING?= no
# What GCC is used?
#
.if ${MACHINE} == "alpha" || \
- ${MACHINE} == "amd64" || \
+ ${MACHINE_ARCH} == "x86_64" || \
${MACHINE} == "ia64" || \
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \