Skip to content

Commit a91b07c

Browse files
committed
README: Add riscv64 to supported targets
1 parent 06f2fe9 commit a91b07c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ external one is currently required as well.
2828

2929
## Supported targets
3030

31-
All architectures supported by QBE should work (currently x86\_64 and
32-
aarch64).
31+
All architectures supported by QBE should work (currently x86\_64,
32+
aarch64, and riscv64).
3333

3434
The following targets are tested by the continuous build and known to
3535
bootstrap and pass all tests:
@@ -39,6 +39,7 @@ bootstrap and pass all tests:
3939
- `x86_64-freebsd`
4040
- `aarch64-linux-musl`
4141
- `aarch64-linux-gnu`
42+
- `riscv64-linux-gnu`
4243

4344
## Building
4445

0 commit comments

Comments
 (0)