This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
compiler/rustc_target/src/spec/targets Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pub(crate) fn target() -> Target {
7
7
description : None ,
8
8
tier : Some ( 3 ) ,
9
9
host_tools : Some ( false ) ,
10
- std : None , // ?
10
+ std : Some ( true ) ,
11
11
} ,
12
12
pointer_width : 64 ,
13
13
data_layout : "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32" . into ( ) ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pub(crate) fn target() -> Target {
13
13
description : None ,
14
14
tier : Some ( 3 ) ,
15
15
host_tools : Some ( false ) ,
16
- std : None , // ?
16
+ std : Some ( true ) ,
17
17
} ,
18
18
pointer_width : 32 ,
19
19
data_layout : "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-\
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pub(crate) fn target() -> Target {
14
14
description : None ,
15
15
tier : Some ( 3 ) ,
16
16
host_tools : Some ( false ) ,
17
- std : None , // ?
17
+ std : Some ( true ) ,
18
18
} ,
19
19
pointer_width : 64 ,
20
20
data_layout : "E-m:e-Fi64-i64:64-n32:64-S128-v256:256:256-v512:512:512" . into ( ) ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pub(crate) fn target() -> Target {
13
13
description : None ,
14
14
tier : Some ( 3 ) ,
15
15
host_tools : Some ( false ) ,
16
- std : None , // ?
16
+ std : Some ( true ) ,
17
17
} ,
18
18
pointer_width : 32 ,
19
19
data_layout : "E-m:e-p:32:32-Fn32-i64:64-n32" . into ( ) ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pub(crate) fn target() -> Target {
7
7
description : None ,
8
8
tier : Some ( 3 ) ,
9
9
host_tools : Some ( false ) ,
10
- std : None , // STD is a work in progress for this target arch
10
+ std : Some ( true ) ,
11
11
} ,
12
12
pointer_width : 32 ,
13
13
data_layout : "e-m:e-p:32:32-i64:64-n32-S128" . into ( ) ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pub(crate) fn target() -> Target {
7
7
description : None ,
8
8
tier : Some ( 3 ) ,
9
9
host_tools : Some ( false ) ,
10
- std : None , // STD is a work in progress for this target arch
10
+ std : Some ( true ) ,
11
11
} ,
12
12
pointer_width : 64 ,
13
13
data_layout : "e-m:e-p:64:64-i64:64-i128:128-n32:64-S128" . into ( ) ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pub(crate) fn target() -> Target {
15
15
description : None ,
16
16
tier : Some ( 3 ) ,
17
17
host_tools : Some ( false ) ,
18
- std : None , // ?
18
+ std : Some ( true ) ,
19
19
} ,
20
20
pointer_width : 64 ,
21
21
data_layout :
Original file line number Diff line number Diff line change @@ -358,14 +358,14 @@ target | std | host | notes
358
358
[ ` riscv32imc-esp-espidf ` ] ( platform-support/esp-idf.md ) | ✓ | | RISC-V ESP-IDF
359
359
[ ` riscv32imac-esp-espidf ` ] ( platform-support/esp-idf.md ) | ✓ | | RISC-V ESP-IDF
360
360
[ ` riscv32imafc-esp-espidf ` ] ( platform-support/esp-idf.md ) | ✓ | | RISC-V ESP-IDF
361
- [ ` riscv32-wrs-vxworks ` ] ( platform-support/vxworks.md ) | ? | |
361
+ [ ` riscv32-wrs-vxworks ` ] ( platform-support/vxworks.md ) | ✓ | |
362
362
[ ` riscv64gc-unknown-hermit ` ] ( platform-support/hermit.md ) | ✓ | | RISC-V Hermit
363
363
` riscv64gc-unknown-freebsd ` | | | RISC-V FreeBSD
364
364
` riscv64gc-unknown-fuchsia ` | | | RISC-V Fuchsia
365
365
[ ` riscv64gc-unknown-netbsd ` ] ( platform-support/netbsd.md ) | ✓ | ✓ | RISC-V NetBSD
366
366
[ ` riscv64gc-unknown-openbsd ` ] ( platform-support/openbsd.md ) | ✓ | ✓ | OpenBSD/riscv64
367
367
[ ` riscv64-linux-android ` ] ( platform-support/android.md ) | | | RISC-V 64-bit Android
368
- [ ` riscv64-wrs-vxworks ` ] ( platform-support/vxworks.md ) | ? | |
368
+ [ ` riscv64-wrs-vxworks ` ] ( platform-support/vxworks.md ) | ✓ | |
369
369
` s390x-unknown-linux-musl ` | | | S390x Linux (kernel 3.2, musl 1.2.3)
370
370
` sparc-unknown-linux-gnu ` | ✓ | | 32-bit SPARC Linux
371
371
[ ` sparc-unknown-none-elf ` ] ( ./platform-support/sparc-unknown-none-elf.md ) | * | | Bare 32-bit SPARC V7+
You can’t perform that action at this time.
0 commit comments