pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/compiler
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jun 26 11:38:14 UTC 2023
Modified Files:
pkgsrc/mk/compiler: gcc.mk
Log Message:
mk: let GCC_REQD 11 work and pull in gcc12, since we don't have gcc11
To generate a diff of this commit:
cvs rdiff -u -r1.251 -r1.252 pkgsrc/mk/compiler/gcc.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/compiler/gcc.mk
diff -u pkgsrc/mk/compiler/gcc.mk:1.251 pkgsrc/mk/compiler/gcc.mk:1.252
--- pkgsrc/mk/compiler/gcc.mk:1.251 Mon Jun 12 21:50:41 2023
+++ pkgsrc/mk/compiler/gcc.mk Mon Jun 26 11:38:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.251 2023/06/12 21:50:41 wiz Exp $
+# $NetBSD: gcc.mk,v 1.252 2023/06/26 11:38:13 wiz Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -178,7 +178,8 @@ _GCC9_PATTERNS= 9 9.*
_GCC10_PATTERNS= 10 10.*
# _GCC12_PATTERNS matches N s.t. 12.0 <= N < 13.
-_GCC12_PATTERNS= 12 12.*
+# gcc 11.x is not packaged, so depend on gcc12 in that case too
+_GCC12_PATTERNS= 11 11.* 12 12.*
# _GCC13_PATTERNS matches N s.t. 13.0 <= N < 14.
_GCC13_PATTERNS= 13 13.*
Home |
Main Index |
Thread Index |
Old Index