svn commit: r478333 - head/devel/ccache

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 28 22:40:45 UTC 2018


Author: amdmi3
Date: Tue Aug 28 22:40:44 2018
New Revision: 478333
URL: https://svnweb.freebsd.org/changeset/ports/478333

Log:
  - Add support for clang70
  
  Approved by:	bdrewery (maintainer implicit)

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Tue Aug 28 22:06:41 2018	(r478332)
+++ head/devel/ccache/Makefile	Tue Aug 28 22:40:44 2018	(r478333)
@@ -93,7 +93,7 @@ GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49 5 6 7 8
 CCACHE_COMPILERS+=	cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
 
 .if ${PORT_OPTIONS:MCLANGLINK}
-CLANG_COMPILERS+=	33 34 35 36 37 38 39 40 50 60 -devel
+CLANG_COMPILERS+=	33 34 35 36 37 38 39 40 50 60 70 -devel
 CCACHE_COMPILERS+=	clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
 .endif
 


More information about the svn-ports-all mailing list