We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346aec9 commit 905b5adCopy full SHA for 905b5ad
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