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:
Matthew Bauer 2020-03-31 15:03:26 -04:00
parent 38aa1cad7f
commit e45f16b9f5

View file

@ -16,13 +16,11 @@
armv7l-linux = import ./bootstrap-files/armv7l.nix;
aarch64-linux = import ./bootstrap-files/aarch64.nix;
mipsel-linux = import ./bootstrap-files/loongson2f.nix;
powerpc64le-linux = import ./bootstrap-files/ppc64le.nix;
};
musl = {
aarch64-linux = import ./bootstrap-files/aarch64-musl.nix;
armv6l-linux = import ./bootstrap-files/armv6l-musl.nix;
x86_64-linux = import ./bootstrap-files/x86_64-musl.nix;
powerpc64le-linux = import ./bootstrap-files/ppc64le-musl.nix;
};
};