diff options
| author | joerg <joerg@NetBSD.org> | 2013-11-12 16:39:39 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2013-11-12 16:39:39 +0000 |
| commit | b16a7e07cdf0796360d3bd9e7d51b1feee114bef (patch) | |
| tree | 3d08cd1f7d5bfc38ab96d671f9a46de693638a68 /external/bsd/libc++/include | |
| parent | 3e9d9864aa72cc06f65ccb85ccb205e722316157 (diff) | |
Update build system for C++14 support.
Diffstat (limited to 'external/bsd/libc++/include')
| -rw-r--r-- | external/bsd/libc++/include/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/external/bsd/libc++/include/Makefile b/external/bsd/libc++/include/Makefile index 903d9574be7..b6c3a62b40c 100644 --- a/external/bsd/libc++/include/Makefile +++ b/external/bsd/libc++/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/10/17 22:07:59 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2013/11/12 16:39:39 joerg Exp $ .include <bsd.init.mk> @@ -55,6 +55,7 @@ INCS= __bit_reference \ cwchar \ cwctype \ deque \ + dynarray \ exception \ forward_list \ fstream \ @@ -75,6 +76,7 @@ INCS= __bit_reference \ mutex \ new \ numeric \ + optional \ ostream \ queue \ random \ @@ -82,6 +84,7 @@ INCS= __bit_reference \ regex \ scoped_allocator \ set \ + shared_mutex \ sstream \ stack \ stdexcept \ |
