[lib] disable libc++experimental on mips platforms for now.
This breaks at least mips32 platform builds. Reviewed by: dim
This commit is contained in:
parent
9949595ef9
commit
7e0699952a
@ -157,7 +157,7 @@ _libclang_rt= libclang_rt
|
|||||||
.if ${MK_LIBCPLUSPLUS} != "no"
|
.if ${MK_LIBCPLUSPLUS} != "no"
|
||||||
_libcxxrt= libcxxrt
|
_libcxxrt= libcxxrt
|
||||||
_libcplusplus= libc++
|
_libcplusplus= libc++
|
||||||
.if ${MACHINE_CPUARCH} != "arm"
|
.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips"
|
||||||
_libcplusplus+= libc++experimental
|
_libcplusplus+= libc++experimental
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user