Skip to content

Commit

Permalink
don't mark linux kernel module targets as a unix environment
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jul 11, 2020
1 parent 346aec9 commit 905b5ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_target/spec/linux_kernel_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pub fn opts() -> TargetOptions {
needs_plt: true,
relro_level: RelroLevel::Full,
relocation_model: RelocModel::Static,
target_family: Some("unix".to_string()),
pre_link_args,

..Default::default()
Expand Down

0 comments on commit 905b5ad

Please sign in to comment.