rust/compiler/rustc_target/src
Sean Cross 9f6e6872c2 riscv32imac-unknown-xous-elf: add target
Xous is a microkernel operating system designed to run on small systems.
The kernel contains a wide range of userspace processes that provide
common services such as console output, networking, and time access.

The kernel and its services are completely written in Rust using a
custom build of libstd. This adds support for this target to upstream
Rust so that we can drop support for our out-of-tree `target.json` file.

Add a Tier 3 target for Xous running on RISC-V.

Signed-off-by: Sean Cross <sean@xobs.io>
2022-06-04 18:47:27 +08:00
..
abi Add flag for stricter checks on uninit/zeroed 2022-05-24 14:26:52 +01:00
asm Add ABI clobbers 2022-05-17 06:48:03 -04:00
spec riscv32imac-unknown-xous-elf: add target 2022-06-04 18:47:27 +08:00
lib.rs Stabilize bool::then_some 2022-05-04 13:22:08 +02:00
tests.rs Emit warnings for unused fields in custom targets. 2021-06-17 21:48:02 +02:00