README: note which archs support C trampoline
parent
c986ba340e
commit
6763b5ba1e
28
README.md
28
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue