Module Name:    src
Committed By:   mrg
Date:           Sun Feb 25 02:24:19 UTC 2024

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

Log Message:
version our GCC 12 as "nb2 20240221" now.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/tools/gcc/gcc-version.mk:1.26
--- src/tools/gcc/gcc-version.mk:1.25	Sun Oct  8 21:52:34 2023
+++ src/tools/gcc/gcc-version.mk	Sun Feb 25 02:24:19 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: gcc-version.mk,v 1.25 2023/10/08 21:52:34 mrg Exp $
+#	$NetBSD: gcc-version.mk,v 1.26 2024/02/25 02:24:19 mrg Exp $
 
 # common location for tools and native build
 
@@ -6,5 +6,5 @@
 NETBSD_GCC_VERSION=nb3 20231008
 .endif
 .if ${HAVE_GCC} == 12
-NETBSD_GCC_VERSION=nb1 20230729
+NETBSD_GCC_VERSION=nb2 20240221
 .endif

Reply via email to