diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-08-30 18:27:31 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-08-30 18:27:31 +0000 |
| commit | 7c82a1ece4c97ca136a699a03aa193cca88f0a1e (patch) | |
| tree | 052e69c58e6e832f3aa79ea12ac2b727877aa2fc /lib/libc++ | |
| parent | cc5e1c7d548784d1c8ce01591920b7283be48dd3 (diff) | |
| parent | e947f967d1e30b3973f8a789e682da57481a5ece (diff) | |
Notes
Diffstat (limited to 'lib/libc++')
| -rw-r--r-- | lib/libc++/Makefile | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 6e70cf102df9..1a506578289c 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -72,6 +72,8 @@ LIBADD+= cxxrt INCSGROUPS= STD EXP EXT STD_HEADERS= __bit_reference\ + __bsd_locale_defaults.h\ + __bsd_locale_fallbacks.h\ __config\ __debug\ __functional_03\ @@ -85,6 +87,7 @@ STD_HEADERS= __bit_reference\ __split_buffer\ __sso_allocator\ __std_stream\ + __threading_support\ __tree\ __tuple\ __undef___deallocate\ @@ -159,12 +162,14 @@ STD_HEADERS= __bit_reference\ shared_mutex\ sstream\ stack\ + stdbool.h\ stddef.h\ stdexcept\ stdio.h\ stdlib.h\ streambuf\ string\ + string.h\ strstream\ system_error\ tgmath.h\ @@ -195,18 +200,33 @@ STD+= ${_LIBCXXRTDIR}/${hdr} STDDIR= ${CXXINCLUDEDIR} EXP_HEADERS= __config\ + __memory\ algorithm\ any\ chrono\ + deque\ dynarray\ + filesystem\ + forward_list\ functional\ + iterator\ + list\ + map\ + memory_resource\ optional\ + propagate_const\ ratio\ + regex\ + set\ + string\ string_view\ system_error\ tuple\ type_traits\ - utility + unordered_map\ + unordered_set\ + utility\ + vector .for hdr in ${EXP_HEADERS} EXP+= ${HDRDIR}/experimental/${hdr} |
