switch mipsel-musl to soft float
This commit is contained in:
parent
7588653785
commit
a6f0d1e6b6
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ pub fn target() -> Target {
|
|||
target_vendor: "unknown".to_string(),
|
||||
options: TargetOptions {
|
||||
cpu: "mips32".to_string(),
|
||||
features: "+mips32".to_string(),
|
||||
features: "+mips32,+soft-float".to_string(),
|
||||
max_atomic_width: 32,
|
||||
..super::linux_base::opts()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue