Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 19, 2022
1 parent 747e435 commit b0312e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b0312e1

Please sign in to comment.