View | Details | Raw Unified | Return to bug 199640
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 51-57 Link Here
51
CCACHE_COMPILERS+=	cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
51
CCACHE_COMPILERS+=	cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
52
52
53
.if ${PORT_OPTIONS:MCLANGLINK}
53
.if ${PORT_OPTIONS:MCLANGLINK}
54
CLANG_COMPILERS+=	31 32 33 34 35 -devel
54
CLANG_COMPILERS+=	31 32 33 34 35 36 -devel
55
CCACHE_COMPILERS+=	clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
55
CCACHE_COMPILERS+=	clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
56
.endif
56
.endif
57
57

Return to bug 199640