Module Name: src
Committed By: mrg
Date: Wed Feb 27 09:11:01 UTC 2019
Modified Files:
src/tools/gcc: gcc-version.mk
Log Message:
also bump the X in "nbX" with previous
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 src/tools/gcc/gcc-version.mk:1.15
--- src/tools/gcc/gcc-version.mk:1.14 Wed Feb 27 09:10:38 2019
+++ src/tools/gcc/gcc-version.mk Wed Feb 27 09:11:01 2019
@@ -1,9 +1,9 @@
-# $NetBSD: gcc-version.mk,v 1.14 2019/02/27 09:10:38 mrg Exp $
+# $NetBSD: gcc-version.mk,v 1.15 2019/02/27 09:11:01 mrg Exp $
# common location for tools and native build
.if ${HAVE_GCC} == 6
NETBSD_GCC_VERSION=nb4 20181109
.elif ${HAVE_GCC} == 7
-NETBSD_GCC_VERSION=nb1 20190226
+NETBSD_GCC_VERSION=nb2 20190226
.endif