rust/src/librustc_target
bors 3287a65fc0 Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichton
Fix sysroot on macOS when cross-compiling and SDKROOT is set

Fixes rust-lang/cargo#7283
Closes rust-lang/cargo#7284

r? @alexcrichton
2019-09-13 09:19:43 +00:00
..
abi Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00
spec Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichton 2019-09-13 09:19:43 +00:00
build.rs
Cargo.toml move store lib probing code to librustc_codegen_ssa 2019-08-08 18:25:47 +02:00
lib.rs Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00
README.md

librustc_target contains some very low-level details that are specific to different compilation targets and so forth.

For more information about how rustc works, see the rustc guide.