README: note which archs support C trampoline

pull/23/head
Ariadne Conill 2020-12-11 23:53:09 -07:00
parent c986ba340e
commit 6763b5ba1e
1 changed files with 14 additions and 14 deletions

View File

@ -16,20 +16,20 @@ target to do it.
## supported features ## supported features
| Architecture | Works on musl | Syscall | Supports FREESTANDING | | Architecture | Works on musl | Syscall | Supports FREESTANDING | Common trampoline |
|--------------|---------------|---------|-----------------------| |--------------|---------------|---------|-----------------------|-------------------|
| aarch64 | ✓ | | ✓ | | aarch64 | ✓ | | ✓ | ✓ |
| arm | ✓ | | ✓ | | arm | ✓ | | ✓ | ✓ |
| m68k | ✓ | | ✓ | | m68k | ✓ | | ✓ | ✓ |
| mips | ✓ | | ✓ | | mips | ✓ | | ✓ | |
| mips64 | ✓ | | ✓ | | mips64 | ✓ | | ✓ | |
| ppc | ✓ | ✓ | | | ppc | ✓ | ✓ | | |
| ppc64 | ✓ | ✓ | | | ppc64 | ✓ | ✓ | | |
| riscv64 | ✓ | | ✓ | | riscv64 | ✓ | | ✓ | |
| s390x | ✓ | | ✓ | | s390x | ✓ | | ✓ | |
| sh | ✓ | | ✓ | | sh | ✓ | | ✓ | ✓ |
| x86 | ✓ | | ✓ | | x86 | ✓ | | ✓ | ✓ |
| x86_64 | ✓ | | ✓ | | x86_64 | ✓ | | ✓ | ✓ |
## building ## building