For now, disable building libc++experimental for arm, since there are a

number of static assertion failures in the time_t related parts.

Reported by:	mmel, kib
This commit is contained in:
Dimitry Andric 2017-05-22 16:13:30 +00:00
parent e37a8052f9
commit 8e69077b05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318654

View File

@ -156,7 +156,10 @@ _libclang_rt= libclang_rt
.if ${MK_LIBCPLUSPLUS} != "no"
_libcxxrt= libcxxrt
_libcplusplus= libc++ libc++experimental
_libcplusplus= libc++
.if ${MACHINE_CPUARCH} != "arm"
_libcplusplus+= libc++experimental
.endif
.endif
SUBDIR.${MK_EFI}+= libefivar