Skip to content

Commit

Permalink
Auto merge of #34967 - TimNN:mipsel-musl-soft-float, r=alexcrichton
Browse files Browse the repository at this point in the history
switch mipsel-musl to soft float

Closes #34922.

r? @alexcrichton
  • Loading branch information
bors committed Jul 29, 2016
2 parents 54c0dcf + a6f0d1e commit d9a911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_back/target/mipsel_unknown_linux_musl.rs
Expand Up @@ -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()
}
Expand Down

0 comments on commit d9a911d

Please sign in to comment.