mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-07 13:25:45 +00:00
don't mark linux kernel module targets as a unix environment
This commit is contained in:
parent
346aec9b02
commit
905b5ad80a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user