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/4923192e67b6
branches: trunk
changeset: 993333:4923192e67b6
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 fb0f7f1492c2 -r 4923192e67b6 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