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:
Jared Baur 2024-01-29 14:05:46 -08:00 committed by Jonathan Ringer
parent ce80359d9f
commit 6421226aa5
1 changed files with 5 additions and 0 deletions

View File

@ -235,6 +235,11 @@ rec {
libc = "newlib";
};
microblaze-embedded = {
config = "microblazeel-none-elf";
libc = "newlib";
};
#
# Redox
#