We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31622a commit a24e2edCopy full SHA for a24e2ed
compiler/rustc_target/src/spec/android_base.rs
@@ -1,7 +1,7 @@
1
use crate::spec::{LinkerFlavor, TargetOptions};
2
3
pub fn opts() -> TargetOptions {
4
- let mut base = super::linux_gnu_base::opts();
+ let mut base = super::linux_base::opts();
5
base.os = "android".to_string();
6
// Many of the symbols defined in compiler-rt are also defined in libgcc.
7
// Android's linker doesn't like that by default.
0 commit comments