summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libcxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch libc++ and libc++abi to version 10.0.1.patrick2021-01-112-15/+10
| | | | | | Further libc++ header fixes for ports thanks to kettenis@ Ports build test and fixes thanks to naddy@ "Startschuss!" naddy@
* Adjust link path for libc++ to find libc++abi to match change of Makefilepatrick2021-01-021-2/+2
| | | | and build location.
* Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anpatrick2021-01-022-0/+296
upcoming update to those, which will see both codebases heading into the gnu/llvm dumpster. Feedback from jsg@ ok deraadt@ kettenis@