[README] update arch list
This commit is contained in:
parent
f3bdf8f9a4
commit
e6f16d2b11
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
This is a prototype zig-cc toolchain that can cross-compile cgo programs to these os/archs:
|
This is a prototype zig-cc toolchain that can cross-compile cgo programs to these os/archs:
|
||||||
|
|
||||||
- x86_64-linux-musl
|
|
||||||
- x86_64-linux-gnu.2.19
|
- x86_64-linux-gnu.2.19
|
||||||
- aarch-linux-musl
|
- x86_64-linux-musl
|
||||||
- aarch-linux-gnu.2.19
|
- aarch-linux-gnu.2.19
|
||||||
- x86_64-macos
|
- aarch-linux-musl
|
||||||
- aarch64-macos
|
- x86_64-macos-gnu
|
||||||
|
- aarch64-macos-gnu
|
||||||
|
|
||||||
Convenient way is still being researched (see Known Issues below).
|
Convenient way is still being researched (see Known Issues below).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue