rust/compiler/rustc_target/src/spec
Matthias Krüger 1c24da63a2
Rollup merge of #133386 - wesleywiser:update_musl_base_crt_default, r=jieyouxu
Update linux_musl base to dynamically link the crt by default

However, don't change the behavior of any existing targets at this time. For targets that used the old default, explicitly set `crt_static_default = true`.

This makes it easier for new targets to use the correct defaults while leaving the changing of individual targets to future PRs.

Related to https://github.com/rust-lang/compiler-team/issues/422
2024-12-14 14:07:56 +01:00
..
base Rollup merge of #133386 - wesleywiser:update_musl_base_crt_default, r=jieyouxu 2024-12-14 14:07:56 +01:00
targets Rollup merge of #133386 - wesleywiser:update_musl_base_crt_default, r=jieyouxu 2024-12-14 14:07:56 +01:00
crt_objects.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
json.rs move target JSON (de)serialization to separate file 2024-11-28 07:58:46 +01:00
mod.rs forbid toggling x87 and fpregs on hard-float targets 2024-12-11 22:18:50 +01:00