diff options
author | Dr. Mike Murphy <mmurphy2@coastal.edu> | 2017-02-19 11:08:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-21 16:44:41 +0700 |
commit | e5df77afdb27dc8185acc4eab7fde941ee09e183 (patch) | |
tree | fcbadd13f3c5df8638a48aef78d9f26b92865238 /libraries/libc++/README | |
parent | 2b565f5194d691b82544df793003f7c01c9a48ba (diff) | |
download | slackbuilds-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++/README | 5 |
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. |