From a91b07c2e3488375e386ef1849744c26d09a2259 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 22 Apr 2024 00:15:48 -0700 Subject: README: Add riscv64 to supported targets --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea3a807..214b9a4 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ external one is currently required as well. ## Supported targets -All architectures supported by QBE should work (currently x86\_64 and -aarch64). +All architectures supported by QBE should work (currently x86\_64, +aarch64, and riscv64). The following targets are tested by the continuous build and known to bootstrap and pass all tests: @@ -39,6 +39,7 @@ bootstrap and pass all tests: - `x86_64-freebsd` - `aarch64-linux-musl` - `aarch64-linux-gnu` +- `riscv64-linux-gnu` ## Building -- cgit v1.2.3