mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
lib/systems: add microblaze-embedded
Adds a new target for `pkgsCross` that can be used for building freestanding code for microblaze targets (e.g. Xilinx PMU firmware).
This commit is contained in:
parent
ce80359d9f
commit
6421226aa5
1 changed files with 5 additions and 0 deletions
|
@ -235,6 +235,11 @@ rec {
|
|||
libc = "newlib";
|
||||
};
|
||||
|
||||
microblaze-embedded = {
|
||||
config = "microblazeel-none-elf";
|
||||
libc = "newlib";
|
||||
};
|
||||
|
||||
#
|
||||
# Redox
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue