lol

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).

authored by

Jared Baur and committed by
Jonathan Ringer
6421226a ce80359d

+5
+5
lib/systems/examples.nix
··· 235 235 libc = "newlib"; 236 236 }; 237 237 238 + microblaze-embedded = { 239 + config = "microblazeel-none-elf"; 240 + libc = "newlib"; 241 + }; 242 + 238 243 # 239 244 # Redox 240 245 #