switch mipsel-musl to soft float

This commit is contained in:
Tim Neumann 2016-07-21 22:58:54 +02:00
parent 7588653785
commit a6f0d1e6b6

View file

@ -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()
}