Module Name: src Committed By: christos Date: Sat May 11 02:40:31 UTC 2019
Modified Files: src/share/mk: bsd.own.mk Log Message: Everyone is using gcc-7 now. To generate a diff of this commit: cvs rdiff -u -r1.1133 -r1.1134 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.1133 src/share/mk/bsd.own.mk:1.1134 --- src/share/mk/bsd.own.mk:1.1133 Fri May 10 02:19:54 2019 +++ src/share/mk/bsd.own.mk Fri May 10 22:40:31 2019 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1133 2019/05/10 06:19:54 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.1134 2019/05/11 02:40:31 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -58,10 +58,6 @@ TOOLCHAIN_MISSING?= no # # What GCC is used? # -.if \ - ${MACHINE_ARCH} == "powerpc64" -HAVE_GCC?= 6 -.endif HAVE_GCC?= 7 #