We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1812539 + 905b5ad commit 723a4afCopy full SHA for 723a4af
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