Auto merge of #34967 - TimNN:mipsel-musl-soft-float, r=alexcrichton
switch mipsel-musl to soft float Closes #34922. r? @alexcrichton
This commit is contained in:
commit
d9a911d236
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pub fn target() -> Target {
|
||||||
target_vendor: "unknown".to_string(),
|
target_vendor: "unknown".to_string(),
|
||||||
options: TargetOptions {
|
options: TargetOptions {
|
||||||
cpu: "mips32".to_string(),
|
cpu: "mips32".to_string(),
|
||||||
features: "+mips32".to_string(),
|
features: "+mips32,+soft-float".to_string(),
|
||||||
max_atomic_width: 32,
|
max_atomic_width: 32,
|
||||||
..super::linux_base::opts()
|
..super::linux_base::opts()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue