diff options
author | Michael Forney <mforney@mforney.org> | 2024-04-22 00:15:48 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2024-04-22 00:15:48 -0700 |
commit | a91b07c2e3488375e386ef1849744c26d09a2259 (patch) | |
tree | 72a80934823dc70a842d7c057d8d3c7978a61d80 | |
parent | 06f2fe9487c8b0cb42ba8ff254ff8bdc1fe31a1f (diff) |
README: Add riscv64 to supported targets
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |