diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-08-09 14:13:25 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-08-09 14:13:25 +0000 |
commit | e6608f9ac31576fe7da3364985626ead101f1e26 (patch) | |
tree | 853eb4d4c7043343f457793e7f7ccb08a09ec4a1 /lang/libcxxabi/PLIST | |
parent | f0925d7b49040a30a230b31d5c74d23f55716952 (diff) | |
download | pkgsrc-e6608f9ac31576fe7da3364985626ead101f1e26.tar.gz |
lang: Import libcxxabi version 6.0.1.
libc++abi is a new implementation of low level support for a standard
C++ library.
Features and Goals
* Correctness as defined by the C++11 standard.
* Provide a portable sublayer to ease the porting of libc++
* On Mac OS X, be ABI compatible with the existing low-level support.
Diffstat (limited to 'lang/libcxxabi/PLIST')
-rw-r--r-- | lang/libcxxabi/PLIST | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/libcxxabi/PLIST b/lang/libcxxabi/PLIST new file mode 100644 index 00000000000..cf361b307db --- /dev/null +++ b/lang/libcxxabi/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2018/08/09 14:13:25 jperkin Exp $ +lib/libc++abi.a +lib/libc++abi.so +lib/libc++abi.so.1 +lib/libc++abi.so.1.0 |