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 version GCC to yesterday's date.



details:   https://anonhg.NetBSD.org/src/rev/fe98252835bb
branches:  trunk
changeset: 368643:fe98252835bb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jul 23 19:01:18 2022 +0000

description:
bump the netbsd version GCC to yesterday's date.

diffstat:

 tools/gcc/gcc-version.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r e9b72bc478f7 -r fe98252835bb tools/gcc/gcc-version.mk
--- a/tools/gcc/gcc-version.mk  Sat Jul 23 13:30:15 2022 +0000
+++ b/tools/gcc/gcc-version.mk  Sat Jul 23 19:01:18 2022 +0000
@@ -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 @@
 .elif ${HAVE_GCC} == 9
 NETBSD_GCC_VERSION=nb1 20200907
 .elif ${HAVE_GCC} == 10
-NETBSD_GCC_VERSION=nb1 20210411
+NETBSD_GCC_VERSION=nb1 20220722
 .endif



Home | Main Index | Thread Index | Old Index