Module Name:    src
Committed By:   mrg
Date:           Wed Mar 28 19:30:41 UTC 2018

Modified Files:
        src/tools/gcc: gcc-version.mk

Log Message:
bump the NetBSD GCC version.  both GCC 5 and 6 got x86 spectre
mitigation code, and both are now "nb2 20180327".


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/tools/gcc/gcc-version.mk:1.10
--- src/tools/gcc/gcc-version.mk:1.9	Mon Feb  5 06:22:27 2018
+++ src/tools/gcc/gcc-version.mk	Wed Mar 28 19:30:41 2018
@@ -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

Reply via email to