Module Name: src Committed By: mrg Date: Sat Feb 9 00:59:30 UTC 2019
Modified Files: src/share/mk: bsd.own.mk Log Message: switch ppc64 back to gcc7, it was an accident. To generate a diff of this commit: cvs rdiff -u -r1.1102 -r1.1103 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.1102 src/share/mk/bsd.own.mk:1.1103 --- src/share/mk/bsd.own.mk:1.1102 Fri Feb 8 09:35:00 2019 +++ src/share/mk/bsd.own.mk Sat Feb 9 00:59:30 2019 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1102 2019/02/08 09:35:00 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.1103 2019/02/09 00:59:30 mrg Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -63,7 +63,7 @@ TOOLCHAIN_MISSING?= no ${MACHINE_CPU} == "aarch64" || \ ${MACHINE_CPU} == "i386" || \ ${MACHINE_CPU} == "mips" || \ - ${MACHINE_CPU} == "powerpc" || \ + ${MACHINE_ARCH} == "powerpc" || \ ${MACHINE_CPU} == "sparc" || \ ${MACHINE_CPU} == "sparc64" || \ ${MACHINE_CPU} == "x86_64"