diff options
author | theraven <theraven@FreeBSD.org> | 2011-11-25 20:59:04 +0000 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2011-11-25 20:59:04 +0000 |
commit | ad5598305fa93ccb3b8a491e9fb2370f94cdf923 (patch) | |
tree | e9f843a4983f8e370752cf3c7a1192e27874df28 /etc/mtree | |
parent | 2f543fefda2636e391589aa9c133f78b3fbe31aa (diff) | |
parent | d8f28ec8a2faabad3aabb9f7a26755971424ef05 (diff) | |
parent | 7fa781e37c2bb257742055dbfabb76af6852be70 (diff) | |
download | FreeBSD-src-ad5598305fa93ccb3b8a491e9fb2370f94cdf923.zip FreeBSD-src-ad5598305fa93ccb3b8a491e9fb2370f94cdf923.tar.gz |
Import libc++ / libcxxrt into base. Not build by default yet (use
MK_LIBCPLUSPLUS=yes to enable). This is a work-in-progress. It works for
me, but is not guaranteed to work for anyone else and may eat your dog.
To build C++ using libc++, add -stdlib=libc++ to your CXX and LD flags.
Bug reports welcome, bug fixes even more welcome...
Approved by: dim (mentor)