1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Add links for newer compilers: gcc5, clang35 and clang-devel

PR:		195864
Submitted by:	amdmi3
Approved by:	bdrewery (maintainer)
This commit is contained in:
Dmitry Marakasov 2014-12-11 01:03:26 +00:00
parent 52425cd450
commit 1b2e8a4fc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374506

View File

@ -3,7 +3,7 @@
PORTNAME= ccache
PORTVERSION= 3.1.10
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ \
CRITICAL
@ -53,11 +53,11 @@ PLIST_SUB+= CCLINKDIR="${CCLINKDIR}"
CCACHE_COMPILERS+= icc icpc
.endif
GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49
GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5
CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if ${PORT_OPTIONS:MCLANGLINK}
CLANG_COMPILERS+= 31 32 33 34
CLANG_COMPILERS+= 31 32 33 34 35 -devel
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
.endif