mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 10:54:43 +08:00
1eca39eacc
Rust/D support for RISC-V is broken after https://github.com/apache/nuttx/pull/11549, since the target triple is quite different bewteen Rust/D toolchain and GCC, only few RISC-V targets are supported by Rust toolchain now, so it's better to construct target triple in Rust.defs/D.defs for RISC-V.