Dimitry Andric
cd38c40872
Install libcxxrt's C++ ABI and unwind headers. This is done in libc++'s
...
Makefile, so these headers go into the same destination directory as
libc++'s own headers, currently /usr/include/c++/v1.
MFC after: 3 days
2012-06-02 11:07:19 +00:00
Dimitry Andric
01dd3d87fb
Tabify libcxxrt and libc++'s Makefiles.
...
MFC after: 3 days
2012-06-02 11:00:48 +00:00
Peter Wemm
15d321c5aa
Make sure libgcc_s is finished building in _startup_libs before
...
building libcxxrt with high -j levels. The workaround in
libc++/Makefile isn't necessary once that race is solved.
Reviewed by: theravin
2012-03-17 22:12:09 +00:00
David Chisnall
94e3ee44c3
Import new versions of libcxxrt and libc++.
...
Please tests any C++ code you care about with -stdlib=libc++!
Approved by: dim (mentor)
2012-03-14 00:09:36 +00:00
David Chisnall
7a98470824
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)
2011-11-25 20:59:04 +00:00