Module Name: src Committed By: christos Date: Mon Jul 16 14:14:38 UTC 2018
Modified Files: src/share/mk: bsd.own.mk Log Message: Everyone has gcc-6 now. To generate a diff of this commit: cvs rdiff -u -r1.1068 -r1.1069 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.1068 src/share/mk/bsd.own.mk:1.1069 --- src/share/mk/bsd.own.mk:1.1068 Sat Jul 14 18:57:47 2018 +++ src/share/mk/bsd.own.mk Mon Jul 16 10:14:37 2018 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1068 2018/07/14 22:57:47 maya Exp $ +# $NetBSD: bsd.own.mk,v 1.1069 2018/07/16 14:14:37 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -64,12 +64,7 @@ MKGCC?= no # # What GCC is used? # -.if \ - ${MACHINE_CPU} == "aarch64" -HAVE_GCC?= 0 -.else HAVE_GCC?= 6 -.endif # # Platforms that can't run a modern GCC natively