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

(-)i/lang/ponyc/Makefile (+4 lines)
Lines 59-64 MAKE_ENV+= default_ssl=openssl_1.1.0 Link Here
59
.endif
59
.endif
60
60
61
.if ${CHOSEN_COMPILER_TYPE} == clang
61
.if ${CHOSEN_COMPILER_TYPE} == clang
62
# Building the bitcode with clang70 and linking with llvm50 fails,
63
# so let's use the clang from the LLVM version that will be used by ponyc
64
CC=		${LOCALBASE}/bin/clang${LLVM_VERSION}
65
CXX=		${LOCALBASE}/bin/clang++${LLVM_VERSION}
62
MAKE_ENV+=	runtime-bitcode=yes
66
MAKE_ENV+=	runtime-bitcode=yes
63
PLIST_SUB+=	BITCODE=""
67
PLIST_SUB+=	BITCODE=""
64
.else
68
.else

Return to bug 234290