diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-02-10 17:57:49 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2022-02-20 12:29:44 +0000 |
| commit | b2127b6f1ae2b92eba1892e6f5257e3f6795fed5 (patch) | |
| tree | 81053acb225972fca9a3673f87b375670a052c34 /lib/libc++ | |
| parent | 62d39fb7c099821fc6f7c3ab1407d71c829c59a6 (diff) | |
Diffstat (limited to 'lib/libc++')
| -rw-r--r-- | lib/libc++/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 2bc1bf40eccd..6c00aa398ee0 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -237,9 +237,6 @@ STD+= ${HDRDIR}/${hdr} STD+= ${.CURDIR}/__config_site RT_HEADERS+= cxxabi.h -RT_HEADERS+= unwind-arm.h -RT_HEADERS+= unwind-itanium.h -RT_HEADERS+= unwind.h .for hdr in ${RT_HEADERS} STD+= ${_LIBCXXRTDIR}/${hdr} .endfor |
