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:
parent
e37a8052f9
commit
8e69077b05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user