README: note which archs support C trampoline

master
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
| Architecture | Works on musl | Syscall | Supports FREESTANDING |
|--------------|---------------|---------|-----------------------|
| aarch64 | ✓ | | ✓ |
| arm | ✓ | | ✓ |
| m68k | ✓ | | ✓ |
| mips | ✓ | | ✓ |
| mips64 | ✓ | | ✓ |
| ppc | ✓ | ✓ | |
| ppc64 | ✓ | ✓ | |
| riscv64 | ✓ | | ✓ |
| s390x | ✓ | | ✓ |
| sh | ✓ | | ✓ |
| x86 | ✓ | | ✓ |
| x86_64 | ✓ | | ✓ |
| Architecture | Works on musl | Syscall | Supports FREESTANDING | Common trampoline |
|--------------|---------------|---------|-----------------------|-------------------|
| aarch64 | ✓ | | ✓ | ✓ |
| arm | ✓ | | ✓ | ✓ |
| m68k | ✓ | | ✓ | ✓ |
| mips | ✓ | | ✓ | |
| mips64 | ✓ | | ✓ | |
| ppc | ✓ | ✓ | | |
| ppc64 | ✓ | ✓ | | |
| riscv64 | ✓ | | ✓ | |
| s390x | ✓ | | ✓ | |
| sh | ✓ | | ✓ | ✓ |
| x86 | ✓ | | ✓ | ✓ |
| x86_64 | ✓ | | ✓ | ✓ |
## building