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:   jperkin
Date:           Wed May 23 08:11:59 UTC 2018

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

Log Message:
mk: Add USE_PKGSRC_GCC_RUNTIME gcc7-libs support.


To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 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.189 pkgsrc/mk/compiler/gcc.mk:1.190
--- pkgsrc/mk/compiler/gcc.mk:1.189     Wed Nov 29 22:55:15 2017
+++ pkgsrc/mk/compiler/gcc.mk   Wed May 23 08:11:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.189 2017/11/29 22:55:15 khorben Exp $
+# $NetBSD: gcc.mk,v 1.190 2018/05/23 08:11:59 jperkin Exp $
 #
 # This is the compiler definition for the GNU Compiler Collection.
 #
@@ -913,6 +913,8 @@ PREPEND_PATH+=      ${_GCC_DIR}/bin
 .      include "../../lang/gcc5-libs/buildlink3.mk"
 .    elif !empty(CC_VERSION:Mgcc-6.*)
 .      include "../../lang/gcc6-libs/buildlink3.mk"
+.    elif !empty(CC_VERSION:Mgcc-7.*)
+.      include "../../lang/gcc7-libs/buildlink3.mk"
 .    else
 PKG_FAIL_REASON+=      "No USE_PKGSRC_GCC_RUNTIME support for ${CC_VERSION}"
 .    endif



Home | Main Index | Thread Index | Old Index