rust/src/librustc_target
Johannes Nixdorf bf3b8df697 musl: don't use the included startfiles with -crt-static
This fixes (only for -crt-static) #36710.
2018-05-31 12:01:50 +02:00
..
2018-05-24 20:49:37 +02:00
2018-05-17 20:58:28 +01:00

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.