Skip to content

Commit

Permalink
Rollup merge of rust-lang#74257 - alex:patch-1, r=joshtriplett
Browse files Browse the repository at this point in the history
don't mark linux kernel module targets as a unix environment

refs rust-lang#74247

r?@joshtriplett

cc: @ehuss
  • Loading branch information
Manishearth committed Jul 13, 2020
2 parents 2520b8b + 905b5ad commit 29a2ccd
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 29a2ccd

Please sign in to comment.