Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/gcc also bump the X in "nbX" with previous



details:   https://anonhg.NetBSD.org/src/rev/fdac958f2cec
branches:  trunk
changeset: 449225:fdac958f2cec
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Feb 27 09:11:01 2019 +0000

description:
also bump the X in "nbX" with previous

diffstat:

 tools/gcc/gcc-version.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r d4d41d783854 -r fdac958f2cec tools/gcc/gcc-version.mk
--- a/tools/gcc/gcc-version.mk  Wed Feb 27 09:10:38 2019 +0000
+++ b/tools/gcc/gcc-version.mk  Wed Feb 27 09:11:01 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index