Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
travis: Compile a more compatible libc.a for musl
The mitigations for rust-lang#34978 involve passing `-Wa,-mrelax-relocations=no` to all C code we compile, and we just forgot to pass it when compiling musl itself. Closes rust-lang#39979
- Loading branch information