]> git.lizzy.rs Git - rust.git/commit
rustbuild: fix cross compilation of libstd to i686-unknown-linux-musl
authorJorge Aparicio <japaricious@gmail.com>
Sun, 6 Mar 2016 13:19:51 +0000 (08:19 -0500)
committerJorge Aparicio <japaricious@gmail.com>
Sun, 6 Mar 2016 13:19:51 +0000 (08:19 -0500)
commit0b7fc0653bfd19f650a2fbad987b2fe03715e6b4
tree5d778f54cf1fa06d0382944ed47a68a93c74367f
parentc116ae35cf49b55bd8d82e31f1ba030cf7e63867
rustbuild: fix cross compilation of libstd to i686-unknown-linux-musl

- make sure we copy the third party objects (crt*.o) to the target stage directory.
- apply the x86_64-musl logic also to the i686-musl target.
src/bootstrap/build/compile.rs
src/bootstrap/build/sanity.rs
src/liballoc_jemalloc/build.rs
src/libstd/build.rs
src/libstd/sys/common/libunwind.rs