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: abs
Date: Mon Oct 29 11:53:18 UTC 2018
Modified Files:
pkgsrc/mk/compiler: gcc.mk
Log Message:
Don't rely on gcc version fallthrough for GCC_REQD+=8
(Thanks to eagle eyes from leot@)
To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 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.196 pkgsrc/mk/compiler/gcc.mk:1.197
--- pkgsrc/mk/compiler/gcc.mk:1.196 Sun Oct 28 22:22:19 2018
+++ pkgsrc/mk/compiler/gcc.mk Mon Oct 29 11:53:18 2018
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.196 2018/10/28 22:22:19 abs Exp $
+# $NetBSD: gcc.mk,v 1.197 2018/10/29 11:53:18 abs Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -143,7 +143,7 @@ _GCC6_PATTERNS= 6 6.*
_GCC7_PATTERNS= 7 7.*
# _GCC8_PATTERNS matches N s.t. 8.0 <= N < 9.
-_GCC8_PATTERNS= 8.*
+_GCC8_PATTERNS= 8 8.*
# _GCC_AUX_PATTERNS matches 8-digit date YYYYMMDD*
_GCC_AUX_PATTERNS= 20[1-2][0-9][0-1][0-9][0-3][0-9]*
Home |
Main Index |
Thread Index |
Old Index