Add x86_64-unknown-linux-gnux32 target This adds X32 ABI support for Linux on X86_64. Let's package and dist it so we can star testing libc, libstd, etc. Fixes https://github.com/rust-lang/rfcs/issues/1339 |
||
|---|---|---|
| .. | ||
| target | ||
| build.rs | ||
| Cargo.toml | ||
| dynamic_lib.rs | ||
| lib.rs | ||
| README.md | ||
| slice.rs | ||
| tempdir.rs | ||
NB: This crate is part of the Rust compiler. For an overview of the
compiler as a whole, see
the README.md file found in librustc.
librustc_back contains some very low-level details that are
specific to different LLVM targets and so forth.