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:
parent
c351eb2842
commit
ae50241871
@ -131,11 +131,6 @@ rec {
|
|||||||
config = "powerpcle-none-eabi";
|
config = "powerpcle-none-eabi";
|
||||||
libc = "newlib";
|
libc = "newlib";
|
||||||
};
|
};
|
||||||
|
|
||||||
alpha-embedded = {
|
|
||||||
config = "alpha-elf";
|
|
||||||
libc = "newlib";
|
|
||||||
};
|
|
||||||
|
|
||||||
i686-embedded = {
|
i686-embedded = {
|
||||||
config = "i686-elf";
|
config = "i686-elf";
|
||||||
|
@ -147,7 +147,6 @@ in
|
|||||||
aarch64-embedded = mapTestOnCross lib.systems.examples.aarch64-embedded embedded;
|
aarch64-embedded = mapTestOnCross lib.systems.examples.aarch64-embedded embedded;
|
||||||
i686-embedded = mapTestOnCross lib.systems.examples.i686-embedded embedded;
|
i686-embedded = mapTestOnCross lib.systems.examples.i686-embedded embedded;
|
||||||
x86_64-embedded = mapTestOnCross lib.systems.examples.x86_64-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 */
|
/* Cross-built bootstrap tools for every supported platform */
|
||||||
bootstrapTools = let
|
bootstrapTools = let
|
||||||
|
Loading…
Reference in New Issue
Block a user