Uh oh!
There was an error while loading. Please reload this page.
[rustbuild] fix cross compilation of std for mips(el)-linux-musl - #32027
Conversation
These targets don't link statically to libunwind or libc
alexcrichton
commented
Mar 3, 2016
| // Make sure musl-root is valid if specified | ||
| if target.contains("musl") { | ||
| if target.contains("musl") && target.contains("x86_64") { |
There was a problem hiding this comment.
What about i686-unknown-linux-musl?
There was a problem hiding this comment.
Hmm, we don't provide binaries releases of std for that target (yet). But I guess we probably want to use static linking for that target as well because is not memory constrained like the mips are. @alexcrichton ?
There was a problem hiding this comment.
Right, we'd want to use static linking if it worked, but I don't think it would even get past compiling libstd today.
There was a problem hiding this comment.
OK, I'll interpret that as: "let's add i686 here after we confirm we can cross compile std to it using rustbuild".
There was a problem hiding this comment.
Ah yes, that was indeed what I intended to convey :)
These targets don't link statically to libunwind or libc --- r? @alexcrichton
These targets don't link statically to libunwind or libc --- r? @alexcrichton
These targets don't link statically to libunwind or libc
r? @alexcrichton