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:
parent
422fe502b3
commit
fc203cd43e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user