From b0312e11fa192b296ac60d88a5afd7af64fbd537 Mon Sep 17 00:00:00 2001 From: messense Date: Sat, 19 Feb 2022 22:39:07 +0800 Subject: [PATCH] Link to ziglang/zig#4911 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69931f0..fb1e61e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,9 @@ cargo zigbuild --target aarch64-unknown-linux-gnu.2.17 Known upstream zig issues: 1. [cross-compiling to macOS with a dependency on iconv](https://github.com/ziglang/zig/issues/10485): We provide -a bundled version of `libiconv.tbd` to zig for linking to make it work. + a bundled version of `libiconv.tbd` to zig for linking to make it work. +2. [zig cc: parse `-target` and `-mcpu`/`-march`/`-mtune` flags according to clang](https://github.com/ziglang/zig/issues/4911): + Some Rust target isn't recognized by `zig cc`, for example `armv7-unknown-linux-gnueabihf` ## License