File tree 2 files changed +6
-6
lines changed
compiler/rustc_target/src/spec
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ pub fn target() -> Target {
6
6
pointer_width : 32 ,
7
7
data_layout : "e-m:e-p:32:32-i8:8:32-i16:16:32-i64:64-n32" . to_string ( ) ,
8
8
arch : "xtensa" . to_string ( ) ,
9
-
9
+
10
10
options : TargetOptions {
11
11
endian : "little" . to_string ( ) ,
12
12
c_int_width : "32" . to_string ( ) ,
13
13
os : "freertos" . to_string ( ) ,
14
- target_family : Some ( "unix" . to_string ( ) ) ,
14
+ os_family : Some ( "unix" . to_string ( ) ) ,
15
15
env : "newlib" . to_string ( ) ,
16
16
vendor : "espressif" . to_string ( ) ,
17
17
linker_flavor : LinkerFlavor :: Gcc ,
@@ -46,4 +46,4 @@ pub fn target() -> Target {
46
46
..Default :: default ( )
47
47
} ,
48
48
}
49
- }
49
+ }
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ pub fn target() -> Target {
6
6
pointer_width : 32 ,
7
7
data_layout : "e-m:e-p:32:32-i8:8:32-i16:16:32-i64:64-n32" . to_string ( ) ,
8
8
arch : "xtensa" . to_string ( ) ,
9
-
9
+
10
10
options : TargetOptions {
11
11
endian : "little" . to_string ( ) ,
12
12
c_int_width : "32" . to_string ( ) ,
13
13
os : "freertos" . to_string ( ) ,
14
- target_family : Some ( "unix" . to_string ( ) ) ,
14
+ os_family : Some ( "unix" . to_string ( ) ) ,
15
15
env : "newlib" . to_string ( ) ,
16
16
vendor : "espressif" . to_string ( ) ,
17
17
linker_flavor : LinkerFlavor :: Gcc ,
@@ -46,4 +46,4 @@ pub fn target() -> Target {
46
46
..Default :: default ( )
47
47
} ,
48
48
}
49
- }
49
+ }
You can’t perform that action at this time.
0 commit comments