From f6f6be1b88a3b789f32fef1151c5a7a2169164e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 19 Jun 2021 16:47:48 +0300 Subject: [PATCH] update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b15656f..40d50a3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,10 @@ This is a prototype zig-cc toolchain that can cross-compile cgo programs to thes - x86_64-macos-gnu - aarch64-macos-gnu -Convenient way is still being researched (see [Known Issues](#known-issues)). +GNU toolchain is the default, musl toolchain can be selected by adding it to +`--extra_toolchains @zig_sdk//:ARCH-linux-musl_toolchain`. + +Don't use this yet, see [Known Issues](#known-issues)). # Testing