Module Name:    src
Committed By:   mrg
Date:           Tue Aug  1 06:52:06 UTC 2023

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
we skipped GCC 11, so change the test to GCC 12.


To generate a diff of this commit:
cvs rdiff -u -r1.1346 -r1.1347 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1346 src/share/mk/bsd.own.mk:1.1347
--- src/share/mk/bsd.own.mk:1.1346	Mon Jul 31 17:35:31 2023
+++ src/share/mk/bsd.own.mk	Tue Aug  1 06:52:06 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1346 2023/07/31 17:35:31 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1347 2023/08/01 06:52:06 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -89,7 +89,7 @@ MKGCCCMDS?=	no
 #
 .if ${HAVE_GCC} == 10
 EXTERNAL_GCC_SUBDIR?=	gcc.old
-.elif ${HAVE_GCC} == 11
+.elif ${HAVE_GCC} == 12
 EXTERNAL_GCC_SUBDIR?=	gcc
 .else
 EXTERNAL_GCC_SUBDIR?=	/does/not/exist

Reply via email to