release-cross: remove alpha-elf target

This doesn’t appear to ever have worked. binutils doesn’t seem to
support the alpha-elf target at all. It doesn’t make sense to keep
this around.

https://hydra.nixos.org/build/92403855/nixlog/1/tail
This commit is contained in:
Matthew Bauer
2019-04-20 17:22:52 -04:00
parent c351eb2842
commit ae50241871
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -131,11 +131,6 @@ rec {
config = "powerpcle-none-eabi";
libc = "newlib";
};
alpha-embedded = {
config = "alpha-elf";
libc = "newlib";
};
i686-embedded = {
config = "i686-elf";