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:           Sat Jun 29 13:08:10 UTC 2024

Modified Files:
        pkgsrc/mk/compiler: gcc.mk

Log Message:
mk: NetBSD 10.99.11 has gcc12


To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 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.281 pkgsrc/mk/compiler/gcc.mk:1.282
--- pkgsrc/mk/compiler/gcc.mk:1.281     Fri Jun 28 18:49:38 2024
+++ pkgsrc/mk/compiler/gcc.mk   Sat Jun 29 13:08:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.281 2024/06/28 18:49:38 wiz Exp $
+# $NetBSD: gcc.mk,v 1.282 2024/06/29 13:08:09 wiz Exp $
 #
 # This is the compiler definition for the GNU Compiler Collection.
 #
@@ -544,8 +544,7 @@ _NEED_GCC10=        yes
 _NEED_GCC12?=  no
 .for _pattern_ in ${_GCC12_PATTERNS}
 .  if !empty(_GCC_REQD:M${_pattern_})
-# XXX: pin to a version when NetBSD switches to gcc12
-.    if ${OPSYS} == "NetBSD"
+.    if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 109911
 USE_PKGSRC_GCC=                yes
 USE_PKGSRC_GCC_RUNTIME=        yes
 .    endif



Home | Main Index | Thread Index | Old Index