1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-20 17:39:56 +03:00

Update README

This commit is contained in:
Rui Ueyama 2022-09-09 18:05:21 +08:00
parent 3cd25344a8
commit 1227897ab0

View File

@ -22,7 +22,8 @@ mold is so fast that it is only 2x _slower_ than `cp` on the same
machine. Feel free to [file a bug](https://github.com/rui314/mold/issues)
if you find mold is not faster than other linkers.
mold currently supports x86-64, i386, ARM32, ARM64 and 64-bit RISC-V.
mold officially supports x86-64, i386, ARM64, ARM32, 64-bit RISC-V and
32-bit RISC-V. Little-endian PowerPC64 ELFv2 is partially supported.
## Why does the speed of linking matter?