summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libcxx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11Switch libc++ and libc++abi to version 10.0.1.patrick2-15/+10
Further libc++ header fixes for ports thanks to kettenis@ Ports build test and fixes thanks to naddy@ "Startschuss!" naddy@
2021-01-02Adjust link path for libc++ to find libc++abi to match change of Makefilepatrick1-2/+2
and build location.
2021-01-02Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anpatrick2-0/+296
upcoming update to those, which will see both codebases heading into the gnu/llvm dumpster. Feedback from jsg@ ok deraadt@ kettenis@