We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7cb1d7 + 905b5ad commit a555dafCopy full SHA for a555daf
src/librustc_target/spec/linux_kernel_base.rs
@@ -17,7 +17,6 @@ pub fn opts() -> TargetOptions {
17
needs_plt: true,
18
relro_level: RelroLevel::Full,
19
relocation_model: RelocModel::Static,
20
- target_family: Some("unix".to_string()),
21
pre_link_args,
22
23
..Default::default()
0 commit comments