From 8b9f5e4153f464a09e85934bf33883277727a66c Mon Sep 17 00:00:00 2001 From: theraven Date: Wed, 4 Sep 2013 15:02:14 +0000 Subject: 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 --- lib/libc++/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc++') diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index d540ca2..567144a 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -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} -- cgit v1.1