summaryrefslogtreecommitdiff
path: root/Ports/mold
AgeCommit message (Collapse)Author
2022-10-03Ports/mold: Update to 1.5.1 and use CMake instead of MakefileAndrew Kaster
Per the release notes for 1.5.0, the CMake build is preferred going forward. This lets us drop some Makefile patches and pass them as CMake options instead, with the exception of disabling mold-wrapper.so.
2022-06-19Ports: Update mold to 1.0.3kleines Filmröllchen
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-01-24Ports: Update mold port to v1.0.2Andrew Kaster
Patches regenerated with the new ./package.sh dev mode. It seems to work as advertised, after a bit of experimentation :^).
2022-01-16Ports: Add ReadMe files explaining port patches that have explanationsAli Mohammad Pur
2022-01-12Ports: Remove obsolete mold patchDaniel Bertalan
This is no longer needed, as both toolchains now support std::filesystem.
2022-01-11Ports: Add mold portAndrew Kaster
The port exposes some dynamic loader and toolchain shortcomings, namely RTLD_NEXT, RTLD_NOLOAD, and std::filesystem. Hopefully we can discover a ton of multi-threading bugs in Serenity with this port :^)