File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
compiler/rustc_target/src/spec Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ pub fn target() -> Target {
7
7
base. cpu = "mips32" . into ( ) ;
8
8
9
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
- } ,
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
+ } ,
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments