diff options
Diffstat (limited to 'lib/libcxx/Makefile')
-rw-r--r-- | lib/libcxx/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/libcxx/Makefile b/lib/libcxx/Makefile index 96579b071db..59796532b13 100644 --- a/lib/libcxx/Makefile +++ b/lib/libcxx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2018/10/13 19:19:21 kettenis Exp $ +# $OpenBSD: Makefile,v 1.11 2019/02/04 17:04:33 patrick Exp $ .include <bsd.own.mk> @@ -23,6 +23,7 @@ LIB= c++ SRCS+= algorithm.cpp \ any.cpp \ bind.cpp \ + charconv.cpp \ chrono.cpp \ condition_variable.cpp \ debug.cpp \ @@ -67,6 +68,7 @@ STD_HEADERS= __bit_reference \ __config \ __config_site.in \ __debug \ + __errc \ __functional_03 \ __functional_base \ __functional_base_03 \ @@ -74,6 +76,7 @@ STD_HEADERS= __bit_reference \ __libcpp_version \ __locale \ __mutex_base \ + __node_handle \ __nullptr \ __split_buffer \ __sso_allocator \ @@ -94,6 +97,7 @@ STD_HEADERS= __bit_reference \ cerrno \ cfenv \ cfloat \ + charconv \ chrono \ cinttypes \ ciso646 \ @@ -101,6 +105,7 @@ STD_HEADERS= __bit_reference \ clocale \ cmath \ codecvt \ + compare \ complex \ complex.h \ condition_variable \ @@ -121,6 +126,7 @@ STD_HEADERS= __bit_reference \ deque \ errno.h \ exception \ + filesystem \ float.h \ forward_list \ fstream \ @@ -156,6 +162,7 @@ STD_HEADERS= __bit_reference \ set \ setjmp.h \ shared_mutex \ + span \ sstream \ stack \ stdbool.h \ @@ -182,6 +189,7 @@ STD_HEADERS= __bit_reference \ valarray \ variant \ vector \ + version \ wchar.h \ wctype.h @@ -221,6 +229,7 @@ EXP_HEADERS= __config \ ratio \ regex \ set \ + simd \ string \ string_view \ system_error \ |