Module Name: src
Committed By: mrg
Date: Sun Nov 11 23:05:25 UTC 2018
Modified Files:
src/tools/gcc: gcc-version.mk
Log Message:
our GCC 6.5 is "nb4 20181109".
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/tools/gcc/gcc-version.mk:1.12
--- src/tools/gcc/gcc-version.mk:1.11 Wed Sep 5 05:03:28 2018
+++ src/tools/gcc/gcc-version.mk Sun Nov 11 23:05:25 2018
@@ -1,9 +1,9 @@
-# $NetBSD: gcc-version.mk,v 1.11 2018/09/05 05:03:28 mrg Exp $
+# $NetBSD: gcc-version.mk,v 1.12 2018/11/11 23:05:25 mrg Exp $
# common location for tools and native build
.if ${HAVE_GCC} == 6
-NETBSD_GCC_VERSION=nb3 20180905
+NETBSD_GCC_VERSION=nb4 20181109
.elif ${HAVE_GCC} == 7
NETBSD_GCC_VERSION=nb1 20180905
.endif