We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b447a commit 5e6c313Copy full SHA for 5e6c313
compiler/rustc_target/src/spec/mipsel_unknown_netbsd.rs
@@ -7,15 +7,15 @@ pub fn target() -> Target {
7
base.cpu = "mips32".into();
8
9
Target {
10
- llvm_target: "mipsel-unknown-netbsd".into(),
11
- pointer_width: 32,
12
- data_layout: "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64".into(),
13
- arch: "mips".into(),
14
- options: TargetOptions {
15
- features: "+soft-float".into(),
16
- mcount: "__mcount".into(),
17
- endian: Endian::Little,
18
- ..base
19
- },
+ 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
+ },
20
}
21
0 commit comments