]> git.lizzy.rs Git - rust.git/commit
Remove rlibc from the distribution
authorAlex Crichton <alex@alexcrichton.com>
Tue, 4 Nov 2014 19:22:32 +0000 (11:22 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 6 Nov 2014 21:37:55 +0000 (13:37 -0800)
commitb39f1dcba0d79fa9b791e6d0735b411795f44979
treeb03d59f97db96e06e431a9aca101d153a6a4e9b9
parent8ed288edb27fc83b15a549af69c82b5bb4f8ac1e
Remove rlibc from the distribution

To make progress on #18585 we're paring down the distribution to theoretically
"only libstd", and this commit makes progress on this by removing the rlibc
crate from the distribution.

The crate has now been moved into an external cargo package located in the rust
lang organization [1]. This is a breaking change due to this removal, and
existing crates depending on `rlibc` should use the Cargo crate instead.

[1]: https://github.com/rust-lang/rlibc

[breaking-change]
cc #18585
mk/crates.mk
src/librlibc/lib.rs [deleted file]