We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7588653 commit a6f0d1eCopy full SHA for a6f0d1e
src/librustc_back/target/mipsel_unknown_linux_musl.rs
@@ -22,7 +22,7 @@ pub fn target() -> Target {
22
target_vendor: "unknown".to_string(),
23
options: TargetOptions {
24
cpu: "mips32".to_string(),
25
- features: "+mips32".to_string(),
+ features: "+mips32,+soft-float".to_string(),
26
max_atomic_width: 32,
27
..super::linux_base::opts()
28
}
0 commit comments