Add clang60 support
This commit is contained in:
parent
04eb8ddb0b
commit
7bd34d4436
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469300
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ccache
|
||||
PORTVERSION= 3.3.5
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://www.samba.org/ftp/ccache/ \
|
||||
LOCAL/bdrewery
|
||||
@ -82,7 +82,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 -devel
|
||||
CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 -devel
|
||||
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user