Add a c++/v1/tr1 include directory containing symlinks to all of the standard

headrs.

Lots of third-party code expects to find C++03 headers under tr1 because that's
where GNU decided to hide them.  This should fix ports that expect them there.

MFC after:	1 week
This commit is contained in:
David Chisnall 2013-09-04 15:02:14 +00:00
parent 5396f9ec5a
commit c354d333b2
2 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,8 @@
v1
ext
..
tr1
..
..
..
cam

View File

@ -165,6 +165,7 @@ RT_HEADERS= cxxabi.h\
.for hdr in ${STD_HEADERS}
STD+= ${HDRDIR}/${hdr}
INCSLINKS+= ${CXXINCLUDEDIR}/${hdr} ${CXXINCLUDEDIR}/tr1/${hdr}
.endfor
.for hdr in ${RT_HEADERS}
STD+= ${LIBCXXRTDIR}/${hdr}