rustc_target: Move target env "gnu" from linux_base to linux_gnu_base
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::spec::{LinkerFlavor, TargetOptions};
|
||||
|
||||
pub fn opts() -> TargetOptions {
|
||||
let mut base = super::linux_base::opts();
|
||||
let mut base = super::linux_gnu_base::opts();
|
||||
base.os = "android".to_string();
|
||||
// Many of the symbols defined in compiler-rt are also defined in libgcc.
|
||||
// Android's linker doesn't like that by default.
|
||||
|
||||
Reference in New Issue
Block a user