After the import of libc++ 5.0.0, there is no need to disable building

libc++experimental.a on arm (r318654) and mips (r318859) anymore, since
upstream fixed the static assertions which would occur.

Noticed by:	George Abdelmalik <gabdelmalik@uniridge.com.au>
PR:		223119
MFC after:	3 days
This commit is contained in:
Dimitry Andric 2017-10-21 18:21:44 +00:00
parent 422fe502b3
commit fc203cd43e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324825

View File

@ -157,10 +157,8 @@ _libclang_rt= libclang_rt
.if ${MK_LIBCPLUSPLUS} != "no"
_libcxxrt= libcxxrt
_libcplusplus= libc++
.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips"
_libcplusplus+= libc++experimental
.endif
.endif
SUBDIR.${MK_EFI}+= libefivar
SUBDIR.${MK_LIBTHR}+= libthr