Module Name: src Committed By: mrg Date: Sat Dec 14 10:59:25 UTC 2019
Modified Files: src/share/mk: bsd.own.mk Log Message: switch powerpc to GCC 8. To generate a diff of this commit: cvs rdiff -u -r1.1168 -r1.1169 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.1168 src/share/mk/bsd.own.mk:1.1169 --- src/share/mk/bsd.own.mk:1.1168 Wed Dec 4 11:47:52 2019 +++ src/share/mk/bsd.own.mk Sat Dec 14 10:59:25 2019 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1168 2019/12/04 11:47:52 jmcneill Exp $ +# $NetBSD: bsd.own.mk,v 1.1169 2019/12/14 10:59:25 mrg Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -66,11 +66,12 @@ TOOLCHAIN_MISSING?= no .if ${MACHINE} == "amd64" || \ ${MACHINE} == "i386" || \ ${MACHINE} == "ia64" || \ - ${MACHINE} == "powerpc64" || \ ${MACHINE} == "sparc" || \ ${MACHINE} == "sparc64" || \ ${MACHINE_CPU} == "aarch64" || \ ${MACHINE_CPU} == "arm" || \ + ${MACHINE_CPU} == "powerpc" || \ + ${MACHINE_CPU} == "powerpc64" || \ ${MACHINE_CPU} == "riscv" HAVE_GCC?= 8 .else