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: Sun Jan 11 11:54:39 UTC 2026
Modified Files:
pkgsrc/mk/compiler: gcc.mk
Log Message:
mk: restrict GCC_REQD to major.minor
To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 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.300 pkgsrc/mk/compiler/gcc.mk:1.301
--- pkgsrc/mk/compiler/gcc.mk:1.300 Sun Jan 11 07:36:32 2026
+++ pkgsrc/mk/compiler/gcc.mk Sun Jan 11 11:54:39 2026
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.300 2026/01/11 07:36:32 wiz Exp $
+# $NetBSD: gcc.mk,v 1.301 2026/01/11 11:54:39 wiz Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -156,7 +156,7 @@ _ALL_GCC_VERSIONS= 15 14 13 12 11 10 9 8
. if !empty(USE_LANGUAGES:Mc99) || ${MACHINE_ARCH} == "x86_64"
GCC_REQD+= 3.0
. else
-GCC_REQD+= 2.8.0
+GCC_REQD+= 2.8
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index