mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
lib.systems.examples.riscv64-musl: init
This commit is contained in:
parent
b1bebd0fe2
commit
7eb2580981
1 changed files with 4 additions and 0 deletions
|
@ -146,6 +146,10 @@ rec {
|
||||||
riscv64 = riscv "64";
|
riscv64 = riscv "64";
|
||||||
riscv32 = riscv "32";
|
riscv32 = riscv "32";
|
||||||
|
|
||||||
|
riscv64-musl = {
|
||||||
|
config = "riscv64-unknown-linux-musl";
|
||||||
|
};
|
||||||
|
|
||||||
riscv64-embedded = {
|
riscv64-embedded = {
|
||||||
config = "riscv64-none-elf";
|
config = "riscv64-none-elf";
|
||||||
libc = "newlib";
|
libc = "newlib";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue