mipsel_unknown_netbsd.rs: fix indentation.
This commit is contained in:
parent
82b447a0cc
commit
5e6c313caf
1 changed files with 10 additions and 10 deletions
|
@ -7,15 +7,15 @@ pub fn target() -> Target {
|
||||||
base.cpu = "mips32".into();
|
base.cpu = "mips32".into();
|
||||||
|
|
||||||
Target {
|
Target {
|
||||||
llvm_target: "mipsel-unknown-netbsd".into(),
|
llvm_target: "mipsel-unknown-netbsd".into(),
|
||||||
pointer_width: 32,
|
pointer_width: 32,
|
||||||
data_layout: "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64".into(),
|
data_layout: "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64".into(),
|
||||||
arch: "mips".into(),
|
arch: "mips".into(),
|
||||||
options: TargetOptions {
|
options: TargetOptions {
|
||||||
features: "+soft-float".into(),
|
features: "+soft-float".into(),
|
||||||
mcount: "__mcount".into(),
|
mcount: "__mcount".into(),
|
||||||
endian: Endian::Little,
|
endian: Endian::Little,
|
||||||
..base
|
..base
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue