mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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
This commit is contained in:
parent
7e3de069ef
commit
cd38c40872
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236444
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user