Module Name: src Committed By: mrg Date: Mon Feb 5 06:22:27 UTC 2018
Modified Files: src/tools/gcc: gcc-version.mk Log Message: mark GCC 6.4 has nb1 20180203 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tools/gcc/gcc-version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/gcc/gcc-version.mk diff -u src/tools/gcc/gcc-version.mk:1.8 src/tools/gcc/gcc-version.mk:1.9 --- src/tools/gcc/gcc-version.mk:1.8 Mon Nov 13 08:47:24 2017 +++ src/tools/gcc/gcc-version.mk Mon Feb 5 06:22:27 2018 @@ -1,5 +1,9 @@ -# $NetBSD: gcc-version.mk,v 1.8 2017/11/13 08:47:24 mrg Exp $ +# $NetBSD: gcc-version.mk,v 1.9 2018/02/05 06:22:27 mrg Exp $ # common location for tools and native build +.if ${HAVE_GCC} == 5 NETBSD_GCC_VERSION=nb1 20171112 +.elif ${HAVE_GCC} == 6 +NETBSD_GCC_VERSION=nb1 20180203 +.endif