Module Name:    src
Committed By:   mrg
Date:           Sun Oct  8 21:52:34 UTC 2023

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

Log Message:
bump the netbsd gcc 10 version to "nb3 20231008" for all the vax updates.

XXX: check if mknative needed?
XXX: pullup-10


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/tools/gcc/gcc-version.mk:1.25
--- src/tools/gcc/gcc-version.mk:1.24	Sun Jul 30 06:36:21 2023
+++ src/tools/gcc/gcc-version.mk	Sun Oct  8 21:52:34 2023
@@ -1,9 +1,9 @@
-#	$NetBSD: gcc-version.mk,v 1.24 2023/07/30 06:36:21 mrg Exp $
+#	$NetBSD: gcc-version.mk,v 1.25 2023/10/08 21:52:34 mrg Exp $
 
 # common location for tools and native build
 
 .if ${HAVE_GCC} == 10
-NETBSD_GCC_VERSION=nb2 20230710
+NETBSD_GCC_VERSION=nb3 20231008
 .endif
 .if ${HAVE_GCC} == 12
 NETBSD_GCC_VERSION=nb1 20230729

Reply via email to