diff options
| author | joerg <joerg@NetBSD.org> | 2013-11-28 13:47:29 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2013-11-28 13:47:29 +0000 |
| commit | e6417c18ba2204b4abc3c19acb8cc86af9ea8dcd (patch) | |
| tree | 5f54572e83b7ab654d318ffa646d17970c981f7d /external/bsd/libc++ | |
| parent | ac2d417450cfa10279645dd54aa9461af6bf0152 (diff) | |
Move <dynarray> and <optional> into experimental.
Diffstat (limited to 'external/bsd/libc++')
| -rw-r--r-- | external/bsd/libc++/include/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/external/bsd/libc++/include/Makefile b/external/bsd/libc++/include/Makefile index b6c3a62b40c..032fef4c772 100644 --- a/external/bsd/libc++/include/Makefile +++ b/external/bsd/libc++/include/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2013/11/12 16:39:39 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2013/11/28 13:47:29 joerg Exp $ .include <bsd.init.mk> .PATH: ${LIBCXX_SRCDIR}/include +.PATH: ${LIBCXX_SRCDIR}/include/experimental .PATH: ${LIBCXX_SRCDIR}/include/ext INCS= __bit_reference \ @@ -114,6 +115,10 @@ INCSDIR= /usr/include/c++ INCSDIR_${f}= /usr/include/c++/ext .endfor +.for f in dynarray optional +INCSDIR_${f}= /usr/include/c++/experimental +.endfor + cxxabi.h: ${LIBCXXRT_SRCDIR}/src/cxxabi.h cp ${LIBCXXRT_SRCDIR}/src/cxxabi.h . |
