aboutsummaryrefslogtreecommitdiff
path: root/tools/mold
Commit message (Collapse)AuthorAge
* tools: add mold, a modern linkerAndre Heider2023-07-04
mold is a faster drop-in replacement for existing Unix linkers. A single binary is able to link various targets, which is why this lives in tools/. All toolchain builds then just need to copy the linker over, hence avoiding multiple builds with the same outcome. Signed-off-by: Andre Heider <a.heider@gmail.com>