summaryrefslogtreecommitdiffstats
path: root/libraries/libc++/README
diff options
context:
space:
mode:
author Dr. Mike Murphy2017-02-19 05:08:01 +0100
committer Willy Sudiarto Raharjo2017-02-21 10:44:41 +0100
commite5df77afdb27dc8185acc4eab7fde941ee09e183 (patch)
treefcbadd13f3c5df8638a48aef78d9f26b92865238 /libraries/libc++/README
parent2b565f5194d691b82544df793003f7c01c9a48ba (diff)
downloadslackbuilds-e5df77afdb27dc8185acc4eab7fde941ee09e183.tar.gz
libraries/libc++: Added (LLVM C++ standard library implementation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libc++/README')
-rw-r--r--libraries/libc++/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libc++/README b/libraries/libc++/README
new file mode 100644
index 0000000000..6573443a04
--- /dev/null
+++ b/libraries/libc++/README
@@ -0,0 +1,5 @@
+libc++ is the LLVM C++ standard library, targeting C++11.
+This SlackBuild will produce a version of libc++ that uses the
+libc++abi ABI interface.
+
+Note that the experimental library is NOT built by this script.