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 {
77 description : None ,
88 tier : Some ( 3 ) ,
99 host_tools : Some ( false ) ,
10- std : None , // ?
10+ std : Some ( true ) ,
1111 } ,
1212 pointer_width : 64 ,
1313 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 {
1313 description : None ,
1414 tier : Some ( 3 ) ,
1515 host_tools : Some ( false ) ,
16- std : None , // ?
16+ std : Some ( true ) ,
1717 } ,
1818 pointer_width : 32 ,
1919 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 {
1414 description : None ,
1515 tier : Some ( 3 ) ,
1616 host_tools : Some ( false ) ,
17- std : None , // ?
17+ std : Some ( true ) ,
1818 } ,
1919 pointer_width : 64 ,
2020 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 {
1313 description : None ,
1414 tier : Some ( 3 ) ,
1515 host_tools : Some ( false ) ,
16- std : None , // ?
16+ std : Some ( true ) ,
1717 } ,
1818 pointer_width : 32 ,
1919 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 {
77 description : None ,
88 tier : Some ( 3 ) ,
99 host_tools : Some ( false ) ,
10- std : None , // STD is a work in progress for this target arch
10+ std : Some ( true ) ,
1111 } ,
1212 pointer_width : 32 ,
1313 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 {
77 description : None ,
88 tier : Some ( 3 ) ,
99 host_tools : Some ( false ) ,
10- std : None , // STD is a work in progress for this target arch
10+ std : Some ( true ) ,
1111 } ,
1212 pointer_width : 64 ,
1313 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 {
1515 description : None ,
1616 tier : Some ( 3 ) ,
1717 host_tools : Some ( false ) ,
18- std : None , // ?
18+ std : Some ( true ) ,
1919 } ,
2020 pointer_width : 64 ,
2121 data_layout :
Original file line number Diff line number Diff line change @@ -358,14 +358,14 @@ target | std | host | notes
358358[ ` riscv32imc-esp-espidf ` ] ( platform-support/esp-idf.md ) | ✓ | | RISC-V ESP-IDF
359359[ ` riscv32imac-esp-espidf ` ] ( platform-support/esp-idf.md ) | ✓ | | RISC-V ESP-IDF
360360[ ` 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 ) | ✓ | |
362362[ ` riscv64gc-unknown-hermit ` ] ( platform-support/hermit.md ) | ✓ | | RISC-V Hermit
363363` riscv64gc-unknown-freebsd ` | | | RISC-V FreeBSD
364364` riscv64gc-unknown-fuchsia ` | | | RISC-V Fuchsia
365365[ ` riscv64gc-unknown-netbsd ` ] ( platform-support/netbsd.md ) | ✓ | ✓ | RISC-V NetBSD
366366[ ` riscv64gc-unknown-openbsd ` ] ( platform-support/openbsd.md ) | ✓ | ✓ | OpenBSD/riscv64
367367[ ` 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 ) | ✓ | |
369369` s390x-unknown-linux-musl ` | | | S390x Linux (kernel 3.2, musl 1.2.3)
370370` sparc-unknown-linux-gnu ` | ✓ | | 32-bit SPARC Linux
371371[ ` 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