Module Name: src Committed By: mrg Date: Sun Nov 17 02:59:25 UTC 2019
Modified Files: src/share/mk: bsd.own.mk Log Message: switch powerpc64 to GCC 8. To generate a diff of this commit: cvs rdiff -u -r1.1163 -r1.1164 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.1163 src/share/mk/bsd.own.mk:1.1164 --- src/share/mk/bsd.own.mk:1.1163 Sun Nov 17 02:52:18 2019 +++ src/share/mk/bsd.own.mk Sun Nov 17 02:59:25 2019 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1163 2019/11/17 02:52:18 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.1164 2019/11/17 02:59:25 mrg Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -66,6 +66,7 @@ TOOLCHAIN_MISSING?= no .if ${MACHINE} == "amd64" || \ ${MACHINE} == "i386" || \ ${MACHINE} == "ia64" || \ + ${MACHINE} == "powerpc64" || \ ${MACHINE} == "sparc" || \ ${MACHINE} == "sparc64" || \ ${MACHINE_CPU} == "aarch64"