rustc_taret: Remove TargetOptions::is_like_android
This commit is contained in:
@@ -9,7 +9,6 @@ pub fn opts() -> TargetOptions {
|
||||
.get_mut(&LinkerFlavor::Gcc)
|
||||
.unwrap()
|
||||
.push("-Wl,--allow-multiple-definition".to_string());
|
||||
base.is_like_android = true;
|
||||
base.dwarf_version = Some(2);
|
||||
base.position_independent_executables = true;
|
||||
base.has_elf_tls = false;
|
||||
|
||||
Reference in New Issue
Block a user