summaryrefslogtreecommitdiffstats
path: root/lib/libc++
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-06-02 11:07:19 +0000
committerdim <dim@FreeBSD.org>2012-06-02 11:07:19 +0000
commit4176aa17aeaeaeff9d5ecfc3249418516a02773a (patch)
tree2ebca3e0cea352eb5aca2f29b41961763e6e4a91 /lib/libc++
parentf2d65ab354e575041479310ee50839819a74a270 (diff)
downloadFreeBSD-src-4176aa17aeaeaeff9d5ecfc3249418516a02773a.zip
FreeBSD-src-4176aa17aeaeaeff9d5ecfc3249418516a02773a.tar.gz
Install libcxxrt's C++ ABI and unwind headers. This is done in libc++'s
Makefile, so these headers go into the same destination directory as libc++'s own headers, currently /usr/include/c++/v1. MFC after: 3 days
Diffstat (limited to 'lib/libc++')
-rw-r--r--lib/libc++/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile
index 8f69dbf..1c65cc3 100644
--- a/lib/libc++/Makefile
+++ b/lib/libc++/Makefile
@@ -138,10 +138,17 @@ STD_HEADERS= __bit_reference\
utility\
valarray\
vector
+RT_HEADERS= cxxabi.h\
+ unwind.h\
+ unwind-arm.h\
+ unwind-itanium.h
.for hdr in ${STD_HEADERS}
STD+= ${HDRDIR}/${hdr}
.endfor
+.for hdr in ${RT_HEADERS}
+STD+= ${LIBCXXRTDIR}/${hdr}
+.endfor
STDDIR= ${CXXINCLUDEDIR}
EXT_HEADERS= __hash\
OpenPOWER on IntegriCloud