aboutsummaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-21 17:07:12 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-21 17:07:12 +0000
commit6930ca746363ca87038c42f1ed3d93eb9656927c (patch)
treeaff44958eb9956fb40d62070686afc5f23c7ceb9 /tools/build
parent95c91f3b1d535ede6119589cc59faa1457d282ea (diff)
downloadsrc-6930ca746363ca87038c42f1ed3d93eb9656927c.tar.gz
src-6930ca746363ca87038c42f1ed3d93eb9656927c.zip
Add libc++experimental.a for std::experimental support
This adds a separate library for supporting std::experimental features. It is purposefully static, and must be explicitly linked into programs using -lc++experimental. PLEASE NOTE: there is NO WARRANTY as to any stability or continuing existence of the features in the std::experimental parts of the C++ library! Reviewed by: ed Differential Revision: https://reviews.freebsd.org/D10840
Notes
Notes: svn path=/head/; revision=318594
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 513edfeb5505..cb8ad1cfe77f 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -4512,6 +4512,7 @@ OLD_LIBS+=${DEBUG_LIB32_LIBS}
OLD_LIBS+=lib/libcxxrt.so.1
OLD_FILES+=usr/lib/libc++.a
OLD_FILES+=usr/lib/libc++_p.a
+OLD_FILES+=usr/lib/libc++experimental.a
OLD_FILES+=usr/lib/libc++.so
OLD_LIBS+=usr/lib/libc++.so.1
OLD_FILES+=usr/lib/libcxxrt.a