提交 d9a911d2 编写于 作者: B bors 提交者: GitHub

Auto merge of #34967 - TimNN:mipsel-musl-soft-float, r=alexcrichton

switch mipsel-musl to soft float

Closes #34922.

r? @alexcrichton
...@@ -22,7 +22,7 @@ pub fn target() -> Target { ...@@ -22,7 +22,7 @@ pub fn target() -> Target {
target_vendor: "unknown".to_string(), target_vendor: "unknown".to_string(),
options: TargetOptions { options: TargetOptions {
cpu: "mips32".to_string(), cpu: "mips32".to_string(),
features: "+mips32".to_string(), features: "+mips32,+soft-float".to_string(),
max_atomic_width: 32, max_atomic_width: 32,
..super::linux_base::opts() ..super::linux_base::opts()
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册