Module Name: src
Committed By: mrg
Date: Sun Jul 30 06:36:21 UTC 2023
Modified Files:
src/tools/gcc: gcc-version.mk
Log Message:
mark our GCC 12 as "nb1 20230729".
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/tools/gcc/gcc-version.mk:1.24
--- src/tools/gcc/gcc-version.mk:1.23 Tue Jul 11 18:13:27 2023
+++ src/tools/gcc/gcc-version.mk Sun Jul 30 06:36:21 2023
@@ -1,7 +1,10 @@
-# $NetBSD: gcc-version.mk,v 1.23 2023/07/11 18:13:27 mrg Exp $
+# $NetBSD: gcc-version.mk,v 1.24 2023/07/30 06:36:21 mrg Exp $
# common location for tools and native build
.if ${HAVE_GCC} == 10
NETBSD_GCC_VERSION=nb2 20230710
.endif
+.if ${HAVE_GCC} == 12
+NETBSD_GCC_VERSION=nb1 20230729
+.endif