Merge pull request #83890 from matthewbauer/remove-ppc-bootstrap-tools

stdenv/linux: remove powerpc64le bootstrap tools
This commit is contained in:
Matthew Bauer 2020-03-31 22:05:50 -05:00 committed by GitHub
commit 6852f3c988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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