Module Name: src Committed By: mrg Date: Sun Jun 30 09:41:47 UTC 2024
Modified Files: src/tools/gcc: gcc-version.mk Log Message: update netbsd gcc version/date. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 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.26 src/tools/gcc/gcc-version.mk:1.27 --- src/tools/gcc/gcc-version.mk:1.26 Sun Feb 25 02:24:19 2024 +++ src/tools/gcc/gcc-version.mk Sun Jun 30 09:41:47 2024 @@ -1,4 +1,4 @@ -# $NetBSD: gcc-version.mk,v 1.26 2024/02/25 02:24:19 mrg Exp $ +# $NetBSD: gcc-version.mk,v 1.27 2024/06/30 09:41:47 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=nb2 20240221 +NETBSD_GCC_VERSION=nb1 20240630 .endif