lib.systems.examples.riscv64-musl: init

This commit is contained in:
Alyssa Ross 2025-05-14 12:45:32 +02:00
parent b1bebd0fe2
commit 7eb2580981

View file

@ -146,6 +146,10 @@ rec {
riscv64 = riscv "64";
riscv32 = riscv "32";
riscv64-musl = {
config = "riscv64-unknown-linux-musl";
};
riscv64-embedded = {
config = "riscv64-none-elf";
libc = "newlib";