Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gcc bump the NetBSD GCC version. both GCC 5 and 6 got...
details: https://anonhg.NetBSD.org/src/rev/77ff5a8016bd
branches: trunk
changeset: 360738:77ff5a8016bd
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Mar 28 19:30:41 2018 +0000
description:
bump the NetBSD GCC version. both GCC 5 and 6 got x86 spectre
mitigation code, and both are now "nb2 20180327".
diffstat:
tools/gcc/gcc-version.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r 9d31d4a444cd -r 77ff5a8016bd tools/gcc/gcc-version.mk
--- a/tools/gcc/gcc-version.mk Wed Mar 28 19:24:52 2018 +0000
+++ b/tools/gcc/gcc-version.mk Wed Mar 28 19:30:41 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: gcc-version.mk,v 1.9 2018/02/05 06:22:27 mrg Exp $
+# $NetBSD: gcc-version.mk,v 1.10 2018/03/28 19:30:41 mrg Exp $
# common location for tools and native build
.if ${HAVE_GCC} == 5
-NETBSD_GCC_VERSION=nb1 20171112
+NETBSD_GCC_VERSION=nb2 20180327
.elif ${HAVE_GCC} == 6
-NETBSD_GCC_VERSION=nb1 20180203
+NETBSD_GCC_VERSION=nb2 20180327
.endif
Home |
Main Index |
Thread Index |
Old Index