From a6d3e6188d58a95319c7dc47e8a2439b170c312c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 19 Nov 2019 13:31:33 -0500 Subject: [PATCH] mention riscv64 target support in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4aea2c1..45ff071 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ believed to work: - `mips64[el]-linux-musl[n32][sf]` - `powerpc-linux-musl[sf]` - `powerpc64[le]-linux-musl` +- `riscv64-linux-musl` - `s390x-linux-musl` - `sh*[eb]-linux-musl[fdpic][sf]` - `x86_64-linux-musl[x32]`