We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747e435 commit b0312e1Copy full SHA for b0312e1
README.md
@@ -42,7 +42,9 @@ cargo zigbuild --target aarch64-unknown-linux-gnu.2.17
42
Known upstream zig issues:
43
44
1. [cross-compiling to macOS with a dependency on iconv](https://github.com/ziglang/zig/issues/10485): We provide
45
-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.
46
+2. [zig cc: parse `-target` and `-mcpu`/`-march`/`-mtune` flags according to clang](https://github.com/ziglang/zig/issues/4911):
47
+ Some Rust target isn't recognized by `zig cc`, for example `armv7-unknown-linux-gnueabihf`
48
49
## License
50
0 commit comments