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:21:51 -04:00
parent c351eb2842
commit ae50241871
2 changed files with 0 additions and 6 deletions

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";

View file

@ -147,7 +147,6 @@ in
aarch64-embedded = mapTestOnCross lib.systems.examples.aarch64-embedded embedded;
i686-embedded = mapTestOnCross lib.systems.examples.i686-embedded embedded;
x86_64-embedded = mapTestOnCross lib.systems.examples.x86_64-embedded embedded;
alpha-embedded = mapTestOnCross lib.systems.examples.alpha-embedded embedded;
/* Cross-built bootstrap tools for every supported platform */
bootstrapTools = let