Module Name: src
Committed By: mrg
Date: Tue Jun 7 08:12:13 UTC 2016
Modified Files:
src/tools/gcc: gcc-version.mk
Log Message:
set gcc 5.4 netbsd version to 2016-06-06
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/tools/gcc/gcc-version.mk:1.6
--- src/tools/gcc/gcc-version.mk:1.5 Thu Mar 17 23:41:21 2016
+++ src/tools/gcc/gcc-version.mk Tue Jun 7 08:12:13 2016
@@ -1,9 +1,9 @@
-# $NetBSD: gcc-version.mk,v 1.5 2016/03/17 23:41:21 mrg Exp $
+# $NetBSD: gcc-version.mk,v 1.6 2016/06/07 08:12:13 mrg Exp $
# common location for tools and native build
.if ${HAVE_GCC} == 48
NETBSD_GCC_VERSION=nb3 20151015
.else
-NETBSD_GCC_VERSION=nb1 20160317
+NETBSD_GCC_VERSION=nb1 20160606
.endif