Skip to content

Commit d9a911d

Browse files
authored
Auto merge of #34967 - TimNN:mipsel-musl-soft-float, r=alexcrichton
switch mipsel-musl to soft float Closes #34922. r? @alexcrichton
2 parents 54c0dcf + a6f0d1e commit d9a911d

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)