stdenv/linux: remove powerpc64le bootstrap tools
These files never existed, so best to not leave the reference. If someone want to step up to maintain this, that would be fine. I don’t have the hardware to test these out. In addition, someone tried to use the bootstrap-tools currently built by Hydra and found that they were broken in some unclear way.
This commit is contained in:
parent
38aa1cad7f
commit
e45f16b9f5
@ -16,13 +16,11 @@
|
|||||||
armv7l-linux = import ./bootstrap-files/armv7l.nix;
|
armv7l-linux = import ./bootstrap-files/armv7l.nix;
|
||||||
aarch64-linux = import ./bootstrap-files/aarch64.nix;
|
aarch64-linux = import ./bootstrap-files/aarch64.nix;
|
||||||
mipsel-linux = import ./bootstrap-files/loongson2f.nix;
|
mipsel-linux = import ./bootstrap-files/loongson2f.nix;
|
||||||
powerpc64le-linux = import ./bootstrap-files/ppc64le.nix;
|
|
||||||
};
|
};
|
||||||
musl = {
|
musl = {
|
||||||
aarch64-linux = import ./bootstrap-files/aarch64-musl.nix;
|
aarch64-linux = import ./bootstrap-files/aarch64-musl.nix;
|
||||||
armv6l-linux = import ./bootstrap-files/armv6l-musl.nix;
|
armv6l-linux = import ./bootstrap-files/armv6l-musl.nix;
|
||||||
x86_64-linux = import ./bootstrap-files/x86_64-musl.nix;
|
x86_64-linux = import ./bootstrap-files/x86_64-musl.nix;
|
||||||
powerpc64le-linux = import ./bootstrap-files/ppc64le-musl.nix;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user