aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-22 16:13:30 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-22 16:13:30 +0000
commit8e69077b05ad9b278a8287cc9ab0a93c3698fe5c (patch)
treed19dcd4e2b5bde99ae293646edf1745112c71b42 /lib/Makefile
parente37a8052f92c18856899459bcbd915bf2aea7dbe (diff)
downloadsrc-8e69077b05ad9b278a8287cc9ab0a93c3698fe5c.tar.gz
src-8e69077b05ad9b278a8287cc9ab0a93c3698fe5c.zip
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
Notes
Notes: svn path=/head/; revision=318654
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index e9fe38ce80cf..b83d437a670e 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -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