summaryrefslogtreecommitdiffstats
path: root/lib/libc++
Commit message (Collapse)AuthorAgeFilesLines
* Make sure libgcc_s is finished building in _startup_libs beforepeter2012-03-171-1/+1
| | | | | | | building libcxxrt with high -j levels. The workaround in libc++/Makefile isn't necessary once that race is solved. Reviewed by: theravin
* Import new versions of libcxxrt and libc++.theraven2012-03-141-0/+1
| | | | | | Please tests any C++ code you care about with -stdlib=libc++! Approved by: dim (mentor)
* Import libc++ / libcxxrt into base. Not build by default yet (usetheraven2011-11-251-0/+155
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)
OpenPOWER on IntegriCloud