rust/compiler/rustc_target
León Orell Valerian Liehr d8c093be2c
Rollup merge of #143409 - Gelbpunkt:xgot-mips64-musl, r=compiler-errors
Enable xgot feature for mips64 musl targets

This was missed in b65c2afdfd9aaee977302516c9ef177861abfe74, which only enabled it for the glibc targets.

I didn't feel comfortable touching the OpenWRT target, whoever maintains that will probably want to take a look whether it is necessary there as well.
2025-07-17 03:58:29 +02:00
..

rustc_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 dev guide.