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-04-24 19:45:58 -07:00
committed by Jonathan Ringer
parent ce80359d9f
commit 6421226aa5
+5
View File
@@ -235,6 +235,11 @@ rec {
libc = "newlib";
};
microblaze-embedded = {
config = "microblazeel-none-elf";
libc = "newlib";
};
#
# Redox
#