Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc remove GCC 5 marker. this is now nb3 20180905.



details:   https://anonhg.NetBSD.org/src/rev/fe3360b76fb3
branches:  trunk
changeset: 835715:fe3360b76fb3
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Sep 05 05:03:28 2018 +0000

description:
remove GCC 5 marker.  this is now nb3 20180905.

diffstat:

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

diffs (18 lines):

diff -r bd3fd451f166 -r fe3360b76fb3 tools/gcc/gcc-version.mk
--- a/tools/gcc/gcc-version.mk  Wed Sep 05 04:01:32 2018 +0000
+++ b/tools/gcc/gcc-version.mk  Wed Sep 05 05:03:28 2018 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: gcc-version.mk,v 1.10 2018/03/28 19:30:41 mrg Exp $
+#      $NetBSD: gcc-version.mk,v 1.11 2018/09/05 05:03:28 mrg Exp $
 
 # common location for tools and native build
 
-.if ${HAVE_GCC} == 5
-NETBSD_GCC_VERSION=nb2 20180327
-.elif ${HAVE_GCC} == 6
-NETBSD_GCC_VERSION=nb2 20180327
+.if ${HAVE_GCC} == 6
+NETBSD_GCC_VERSION=nb3 20180905
+.elif ${HAVE_GCC} == 7
+NETBSD_GCC_VERSION=nb1 20180905
 .endif



Home | Main Index | Thread Index | Old Index