README: note riscv64 support

pull/21/head libucontext-0.11
Ariadne Conill 2020-05-18 03:28:21 +00:00
parent c3393695d2
commit 938d0d5771
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ Right now these archs are supported and should work on bare metal:
* s390x
* mips (O32 ABI only)
* mips64 (N32/N64 ABI only, like Alpine, only N64 ABI has been tested)
* riscv64
These archs require kernel assistance and use a syscall:
@ -36,4 +37,4 @@ the build system will attempt to guess using `uname -m`.
$ make ARCH=x86_64
$ make ARCH=x86_64 check
$ make ARCH=x86_64 DESTDIR=out install
```
```