-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add i586-unknown-linux-musl target #47282
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ Sure! |
📌 Commit 5555e98 has been approved by |
@bors r- https://travis-ci.org/rust-lang/rust/jobs/327519101
Please check if the Dockerfile is written correctly. |
Fixed a type in the docker image i568 -> i586 |
I think you have accidentally updated the "book" and "reference" submodules. |
Oh, sorry! Fixed now. |
@bors: r+ |
📌 Commit 882cd3c has been approved by |
Add i586-unknown-linux-musl target
@@ -38,12 +42,13 @@ ENV RUST_CONFIGURE_ARGS \ | |||
# See: https://github.com/rust-lang/rust/issues/34978 | |||
ENV CFLAGS_i686_unknown_linux_musl=-Wa,-mrelax-relocations=no | |||
ENV CFLAGS_i586_unknown_linux_gnu=-Wa,-mrelax-relocations=no | |||
# FIXME remove -Wl,-melf_i386 after cc is updated to include |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rust-lang/cc-rs#281 is merged. cc-rs released this PR in 1.0.5 release on 4 March
No description provided.