From d0d308f54baaa977292b6ea586a9577aa6e2a8e4 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Sun, 6 Oct 2013 22:13:19 +0000 Subject: Make it possible to link against libstdc++ as well as libsupc++ with CMake. Linking against libstdc++, rather than libsupc++, is probably better for people who need to link against clients of libstdc++. Because libsupc++ is provided only as a static library, its globals are not shared between the static library and the copy linked into libstdc++. This has been found to cause at least one test failure. This also removes a number of symbols which were multiply defined between libstdc++ and libc++, only when linking with libstdc++. Differential Revision: http://llvm-reviews.chandlerc.com/D1825 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@192075 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/index.html b/www/index.html index 71d30b8e3..02470ea9a 100644 --- a/www/index.html +++ b/www/index.html @@ -248,11 +248,18 @@ End of search list. We can now run CMake: -- cgit v1.2.3