Skip to content

Commit a6f0d1e

Browse files
committed
switch mipsel-musl to soft float
1 parent 7588653 commit a6f0d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_back/target/mipsel_unknown_linux_musl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub fn target() -> Target {
2222
target_vendor: "unknown".to_string(),
2323
options: TargetOptions {
2424
cpu: "mips32".to_string(),
25-
features: "+mips32".to_string(),
25+
features: "+mips32,+soft-float".to_string(),
2626
max_atomic_width: 32,
2727
..super::linux_base::opts()
2828
}

0 commit comments

Comments
 (0)