Module Name: src
Committed By: mrg
Date: Sat Jul 23 19:01:18 UTC 2022
Modified Files:
src/tools/gcc: gcc-version.mk
Log Message:
bump the netbsd version GCC to yesterday's date.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/tools/gcc/gcc-version.mk:1.22
--- src/tools/gcc/gcc-version.mk:1.21 Sun Apr 11 23:55:47 2021
+++ src/tools/gcc/gcc-version.mk Sat Jul 23 19:01:18 2022
@@ -1,4 +1,4 @@
-# $NetBSD: gcc-version.mk,v 1.21 2021/04/11 23:55:47 mrg Exp $
+# $NetBSD: gcc-version.mk,v 1.22 2022/07/23 19:01:18 mrg Exp $
# common location for tools and native build
@@ -7,5 +7,5 @@ NETBSD_GCC_VERSION=nb1 20200311
.elif ${HAVE_GCC} == 9
NETBSD_GCC_VERSION=nb1 20200907
.elif ${HAVE_GCC} == 10
-NETBSD_GCC_VERSION=nb1 20210411
+NETBSD_GCC_VERSION=nb1 20220722
.endif