Skip to content

Commit b0312e1

Browse files
committed
1 parent 747e435 commit b0312e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ cargo zigbuild --target aarch64-unknown-linux-gnu.2.17
4242
Known upstream zig issues:
4343

4444
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.
45+
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`
4648

4749
## License
4850

0 commit comments

Comments
 (0)