mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
mipsel_unknown_netbsd.rs: fix indentation.
This commit is contained in:
parent
82b447a0cc
commit
5e6c313caf
@ -7,15 +7,15 @@ pub fn target() -> Target {
|
||||
base.cpu = "mips32".into();
|
||||
|
||||
Target {
|
||||
llvm_target: "mipsel-unknown-netbsd".into(),
|
||||
pointer_width: 32,
|
||||
data_layout: "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64".into(),
|
||||
arch: "mips".into(),
|
||||
options: TargetOptions {
|
||||
features: "+soft-float".into(),
|
||||
mcount: "__mcount".into(),
|
||||
endian: Endian::Little,
|
||||
..base
|
||||
},
|
||||
llvm_target: "mipsel-unknown-netbsd".into(),
|
||||
pointer_width: 32,
|
||||
data_layout: "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64".into(),
|
||||
arch: "mips".into(),
|
||||
options: TargetOptions {
|
||||
features: "+soft-float".into(),
|
||||
mcount: "__mcount".into(),
|
||||
endian: Endian::Little,
|
||||
..base
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user