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

(-)w/java/openjdk8/Makefile (+7 lines)
Lines 359-364 MAKE_ENV+= USE_CLANG=true Link Here
359
.if ${COMPILER_FEATURES:Mlibc++}
359
.if ${COMPILER_FEATURES:Mlibc++}
360
CONFIGURE_ENV+=	LIBCXX="-lc++"
360
CONFIGURE_ENV+=	LIBCXX="-lc++"
361
.endif
361
.endif
362
.if ${ARCH} == "aarch64"
363
# base clang trips an LLVM assertion: # (isa<X>(Val) && "cast<Ty>() argument of incompatible type!"),
364
# function cast, file .../llvm/Support/Casting.h, line 255
365
BUILD_DEPENDS+=	llvm80>0:devel/llvm80
366
CC=		clang80
367
CXX=		clang++80
368
.endif
362
.endif
369
.endif
363
370
364
# GCC is broken with PCH: https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html
371
# GCC is broken with PCH: https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html

Return to bug 236566