Skip to content

Commit 723a4af

Browse files
authored
Rollup merge of rust-lang#74257 - alex:patch-1, r=joshtriplett
don't mark linux kernel module targets as a unix environment refs rust-lang#74247 r?@joshtriplett cc: @ehuss
2 parents 1812539 + 905b5ad commit 723a4af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_target/spec/linux_kernel_base.rs

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pub fn opts() -> TargetOptions {
1717
needs_plt: true,
1818
relro_level: RelroLevel::Full,
1919
relocation_model: RelocModel::Static,
20-
target_family: Some("unix".to_string()),
2120
pre_link_args,
2221

2322
..Default::default()

0 commit comments

Comments
 (0)