]> git.lizzy.rs Git - rust.git/commit
rustc_back: Add x86_64-unknown-linux-musl as a target
authorAlex Crichton <alex@alexcrichton.com>
Tue, 21 Apr 2015 22:59:32 +0000 (15:59 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 27 Apr 2015 17:11:15 +0000 (10:11 -0700)
commit22da16a4c5b22feac0be1fe34795c5781392bb33
tree5b8803e6f65dabbf4be9bf26c54557bf36fb858f
parentcd980b3bee5bd48e8a6cd4c0d7c8e0fb0fdb64dd
rustc_back: Add x86_64-unknown-linux-musl as a target

This commit adds support for x86_64-unknown-linux-musl as a target of the
compiler. There's some comments in the commit about some of the more flavorful
flags passed to the linker as it's not quite as trivial as the normal specs.
src/librustc_back/target/linux_base.rs
src/librustc_back/target/mod.rs
src/librustc_back/target/x86_64_unknown_linux_musl.rs [new file with mode: 0644]