diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-22 16:13:30 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-22 16:13:30 +0000 |
| commit | 8e69077b05ad9b278a8287cc9ab0a93c3698fe5c (patch) | |
| tree | d19dcd4e2b5bde99ae293646edf1745112c71b42 | |
| parent | e37a8052f92c18856899459bcbd915bf2aea7dbe (diff) | |
Notes
| -rw-r--r-- | lib/Makefile | 5 |
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 |
